core.lisp
|
Add throw core function
|
2016-08-27 18:13:33 +05:30 |
printer.lisp
|
Add atom type
|
2016-08-27 18:13:33 +05:30 |
reader.lisp
|
Improve error handling
|
2016-08-27 18:13:33 +05:30 |
run
|
Add common-lisp step0
|
2016-08-27 18:13:33 +05:30 |
step0_repl.lisp
|
Add common-lisp step0
|
2016-08-27 18:13:33 +05:30 |
step1_read_print.lisp
|
Export eof error from reader
|
2016-08-27 18:13:33 +05:30 |
step3_env.lisp
|
Implement step 3 (environment)
|
2016-08-27 18:13:33 +05:30 |
step4_if_fn_do.lisp
|
Implement not in MAL
|
2016-08-27 18:13:33 +05:30 |
step6_file.lisp
|
Eval keys of hash-map as well
|
2016-08-27 18:13:33 +05:30 |
step7_quote.lisp
|
Implement quasiquote, completes step 7
|
2016-08-27 18:13:33 +05:30 |
step8_macros.lisp
|
Improve error handling
|
2016-08-27 18:13:33 +05:30 |
step9_try.lisp
|
Add try* special form
|
2016-08-27 18:13:33 +05:30 |
utils.lisp
|
Implement print_readably, completes step 4
|
2016-08-27 18:13:33 +05:30 |