Make a Lisp
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Riyyi 1915621427 Eval: Change (macroexpand) into (macroexpand-1) 11 months ago
..
env Env: Add support to (count) for HashMap type 1 year ago
ast.cpp Env: Organize functions better by splitting into multiple files 1 year ago
ast.h Eval: Add special form while 1 year ago
error.h Everywhere: Implement step9 try/catch 1 year ago
eval-special-form.cpp Eval: Change (macroexpand) into (macroexpand-1) 11 months ago
eval.cpp Eval: Change (macroexpand) into (macroexpand-1) 11 months ago
eval.h Eval: Change (macroexpand) into (macroexpand-1) 11 months ago
forward.h Env: Organize functions better by splitting into multiple files 1 year ago
lexer.cpp Lexer+Reader: Don't tokenize comments 1 year ago
lexer.h Lexer+Reader: Don't tokenize comments 1 year ago
printer.cpp Everywhere: Do less Collection nodes copying 1 year ago
printer.h Everywhere: Rename Value -> Constant, ASTNode -> Value 1 year ago
reader.cpp Everywhere: Do less Collection nodes copying 1 year ago
reader.h Everywhere: Rename Value -> Constant, ASTNode -> Value 1 year ago
readline.cpp Main+Readline+Env: Add readline core function 1 year ago
readline.h Main+Readline+Env: Add readline core function 1 year ago
repl.cpp Env: Load lisp code at runtime from files 1 year ago
settings.cpp Main: Add CLI arguments to enable pretty printing / dumping 2 years ago
settings.h Main: Add CLI arguments to enable pretty printing / dumping 2 years ago
types.h Lisp: Add source 2 years ago
util.h Everywhere: Make the project compile again 1 year ago