diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b844f7d --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +### Lispy + +A simple lisp/scheme interpreter + +### TODO + +* Support Quasiquote (and comma) +* Support macros +* Add FFI (Foreing Function Interface) (Maybe codegen whole c std lib) + +Remember: +* Need special procedures (procedures that don't evaluate their arguments like lambda, quote, if/cond) + +### Development Notes + +* Figure out how to deal with lexer and repl + * when the tokens aren + * |