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 b4742ef380 Reader: Improve HashMap logic 1 year ago
..
ast.cpp Main+Eval+AST: Implement step7 1 year ago
ast.h AST+Eval: Provide convenient constructor for Collection 1 year ago
environment.cpp Everywhere: Rename Value -> Constant, ASTNode -> Value 1 year ago
environment.h Everywhere: Rename Value -> Constant, ASTNode -> Value 1 year ago
error.h Everywhere: Rename addNode and addError functions -> add 1 year ago
eval.cpp AST+Eval: Provide convenient constructor for Collection 1 year ago
eval.h Main+Eval+AST: Implement step7 1 year ago
forward.h Everywhere: Rename Value -> Constant, ASTNode -> Value 1 year ago
functions.cpp AST+Eval: Provide convenient constructor for Collection 1 year ago
lexer.cpp Lexer: Support newline characters in strings 1 year ago
lexer.h Everywhere: Add support for nil, true, false data types 2 years ago
printer.cpp Everywhere: Rename Value -> Constant, ASTNode -> Value 1 year ago
printer.h Everywhere: Rename Value -> Constant, ASTNode -> Value 1 year ago
reader.cpp Reader: Improve HashMap logic 1 year ago
reader.h Everywhere: Rename Value -> Constant, ASTNode -> Value 1 year ago
readline.cpp Main+Readline: Do not leak history path std::string_view 2 years ago
readline.h Main+Readline: Do not leak history path std::string_view 2 years 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 Lisp: Add source 2 years ago
step1_read_print.cpp Everywhere: Put ASTNodes into a smart pointer 2 years ago
step2_eval.cpp Everywhere: Initial implementation of step3 2 years ago
step3_env.cpp Env: Add more native functions 2 years ago
step4_if_fn_do.cpp Main+Eval: Implement tail call optimization (TCO) 1 year ago
step5_tco.cpp Main: Add step6 .cpp file 1 year ago
step6_file.cpp Main+Eval+AST: Implement step7 1 year ago
step7_quote.cpp Main+Eval+AST: Implement step7 1 year ago
types.h Lisp: Add source 2 years ago
util.h Lexer+Printer: Support string print readably 2 years ago