mumble

A Lisp written in C, following the *Build Your Own Lisp* book
Log | Files | Refs | README

commit f7f350f493a42996c051cc41e40a65bf08561b93
parent 167dceddffd25fc2470d1f7531cc0510b5602612
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Tue,  2 May 2023 19:54:08 -0400

step: add to-do

Diffstat:
Anotes/todo.txt | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/notes/todo.txt b/notes/todo.txt @@ -0,0 +1,4 @@ +- [ ] Add ability to enter commands directly from command line $ ./mumble (+ 1 2) +- [ ] Add a bunch of automatic tests using ^ +- [ ] Add some documentation +- [ ] Post this on Github