jdb-lisp/todo.txt
Jonathan Bernard dfc1234817 Implemented on-line help system, initial trace system, debug functions.
Rewrote REPL
Added NIL and comments to parser.
Added T as a predefined constant.
Added HELP, TRACE, ENABLE-DEBUG-AST special form.
Fixed variable evaluation (shouldn't automatically eval it's value)
2009-11-21 20:00:39 -06:00

4 lines
55 B
Plaintext

Implement FORMAT
Implement READ and PRINT
Implement IF