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 fa4bd63dca Main: Remove step mains 1 year ago
..
ast.cpp Everywhere: Remove HashMap::add() and remove(), as its not mutable 1 year ago
ast.h Everywhere: Remove HashMap::add() and remove(), as its not mutable 1 year ago
environment.cpp Everywhere: Remove Collection::add(), they are not mutable 1 year ago
environment.h Everywhere: Rename ValueList -> ValueVector 1 year ago
error.h Everywhere: Implement step9 try/catch 1 year ago
eval-special-form.cpp Eval: Fix bug with try* catch*, was set as TCO in main loop 1 year ago
eval.cpp Meta: Add make targets for running self-hosted tests 1 year ago
eval.h Eval: Fix bug with try* catch*, was set as TCO in main loop 1 year ago
forward.h Everywhere: Rename ValueList -> ValueVector 1 year ago
functions.cpp Eval: Change stack-based TCO to loop-based TCO 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: Make the project compile again 1 year ago
printer.h Everywhere: Rename Value -> Constant, ASTNode -> Value 1 year ago
reader.cpp Everywhere: Remove HashMap::add() and remove(), as its not mutable 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 Main: Remove step mains 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