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 3aa99d0045 Meta: Add make targets for running self-hosted tests 9 months ago
..
ast.cpp Everywhere: Remove HashMap::add() and remove(), as its not mutable 9 months ago
ast.h Everywhere: Remove HashMap::add() and remove(), as its not mutable 9 months ago
environment.cpp Everywhere: Remove Collection::add(), they are not mutable 10 months 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 9 months ago
eval.cpp Meta: Add make targets for running self-hosted tests 9 months ago
eval.h Eval: Fix bug with try* catch*, was set as TCO in main loop 9 months ago
forward.h Everywhere: Rename ValueList -> ValueVector 1 year ago
functions.cpp Eval: Change stack-based TCO to loop-based TCO 9 months 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 10 months ago
printer.h Everywhere: Rename Value -> Constant, ASTNode -> Value 1 year ago
reader.cpp Everywhere: Remove HashMap::add() and remove(), as its not mutable 9 months 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
settings.cpp Main: Add CLI arguments to enable pretty printing / dumping 1 year ago
settings.h Main: Add CLI arguments to enable pretty printing / dumping 1 year ago
step0_repl.cpp Main+Meta: Allow compilation of each step without source changes 1 year ago
step1_read_print.cpp Main+Meta: Allow compilation of each step without source changes 1 year ago
step2_eval.cpp Main+Meta: Allow compilation of each step without source changes 1 year ago
step3_env.cpp Main+Meta: Allow compilation of each step without source changes 1 year ago
step4_if_fn_do.cpp Main+Meta: Allow compilation of each step without source changes 1 year ago
step5_tco.cpp Main+Meta: Allow compilation of each step without source changes 1 year ago
step6_file.cpp Main: Fix *ARGV* with 0 arguments 9 months ago
step7_quote.cpp Main: Fix *ARGV* with 0 arguments 9 months ago
step8_macros.cpp Main: Fix *ARGV* with 0 arguments 9 months ago
step9_try.cpp Main: Fix *ARGV* with 0 arguments 9 months ago
stepA_mal.cpp Meta: Add make targets for running self-hosted tests 9 months ago
types.h Lisp: Add source 1 year ago
util.h Everywhere: Make the project compile again 10 months ago