Ada: Move eval into the steps + rewrite eval along the way.
authorChris M Moore <zmower@ntlworld.com>
Tue, 15 Mar 2016 08:05:20 +0000 (08:05 +0000)
committerChris M Moore <zmower@ntlworld.com>
Tue, 15 Mar 2016 08:05:20 +0000 (08:05 +0000)
commit18e21187ba7abdb5c2210c10801d95b3f06c7ef7
treec053a0b51cae6668309f110067a68e720ff179d5
parentf049dc3ab696fdaab8ee4cfbbddbfe639d03c4d4
Ada: Move eval into the steps + rewrite eval along the way.
20 files changed:
ada/Makefile
ada/core.adb
ada/core.ads
ada/eval_callback.ads [new file with mode: 0644]
ada/evaluation.adb
ada/evaluation.ads
ada/reader.adb
ada/step0_repl.adb
ada/step1_read_print.adb
ada/step2_eval.adb
ada/step3_env.adb
ada/step4_if_fn_do.adb
ada/step5_tco.adb
ada/step6_file.adb
ada/step7_quote.adb
ada/step8_macros.adb
ada/step9_try.adb
ada/stepa_mal.adb
ada/types.adb
ada/types.ads