blaze 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 099cda8b86 Main+Meta: Allow compilation of each step without source changes 1 year ago
..
ast.cpp Everywhere: Rename ValueList -> ValueVector 1 year ago
ast.h Everywhere: Rename ValueList -> ValueVector 1 year ago
environment.cpp Everywhere: Rename ValueList -> ValueVector 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 Everywhere: Rename ValueList -> ValueVector 1 year ago
eval.cpp Everywhere: Convert List and Vector back to std::vector, ~+20% speed 1 year ago
eval.h Everywhere: Rename ValueList -> ValueVector 1 year ago
forward.h Everywhere: Rename ValueList -> ValueVector 1 year ago
functions.cpp Everywhere: Rename ValueList -> ValueVector 1 year ago
lexer.cpp AST+Lexer: Move Keyword prefix character to the constructor 1 year ago
lexer.h Everywhere: Add support for nil, true, false data types 2 years ago
printer.cpp Everywhere: Change macro into a separate type 1 year ago
printer.h Everywhere: Rename Value -> Constant, ASTNode -> Value 1 year ago
reader.cpp AST+Env: Add more core functions 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
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
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+Meta: Allow compilation of each step without source changes 1 year ago
step7_quote.cpp Main+Meta: Allow compilation of each step without source changes 1 year ago
step8_macros.cpp Main+Meta: Allow compilation of each step without source changes 1 year ago
step9_try.cpp Main+Meta: Allow compilation of each step without source changes 1 year ago
stepA_mal.cpp Main+Readline+Env: Add readline core function 1 year ago
types.h Lisp: Add source 2 years ago
util.h Everywhere: Implement step8 1 year ago