1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 10:07:45 +03:00
mal/ada
Joel Martin 976547740f ada: stats target.
Also, fix Crystal dockerfile build.
2016-07-29 10:49:13 -05:00
..
core.adb Ada: update README.md and add prompt to stepA 2016-03-26 15:33:29 +00:00
core.ads Ada: fix envs (remove Get_Current), apply (only last param is unpacked) and map (calls core.apply) 2016-03-18 15:34:10 +00:00
Dockerfile Ada: add Dockerfile 2016-03-25 10:58:13 +00:00
envs.adb Ada: fix envs (remove Get_Current), apply (only last param is unpacked) and map (calls core.apply) 2016-03-18 15:34:10 +00:00
envs.ads Ada: fix envs (remove Get_Current), apply (only last param is unpacked) and map (calls core.apply) 2016-03-18 15:34:10 +00:00
eval_callback.ads Ada: remove unnecessary Env parameters 2016-03-20 21:08:28 +00:00
Makefile ada: stats target. 2016-07-29 10:49:13 -05:00
printer.adb Ada: change types.smart_pointer to Mal_Handle 2015-04-03 14:35:24 +01:00
printer.ads Ada: change types.smart_pointer to Mal_Handle 2015-04-03 14:35:24 +01:00
reader.adb Ada: rework strings part 2 : New_String_Mal_Type adds the quotes in 2016-03-25 12:19:22 +00:00
reader.ads Rewrite reader (again). Should be able to get rid of Unitary now. 2016-02-21 23:12:48 +00:00
run Refactor to use run scripts, remove *_RUNSTEP 2016-05-18 22:29:18 -07:00
smart_pointers.adb Ada: quieter + dont crash when arith op with nil 2015-06-09 20:59:05 +01:00
smart_pointers.ads Ada: step4 almost there. 2015-04-19 18:08:51 +01:00
step0_repl.adb Ada: Move eval into the steps + rewrite eval along the way. 2016-03-15 08:05:20 +00:00
step0_repl.gpr Ada: step1 with opentoken 2015-03-15 20:08:07 +00:00
step1_read_print.adb Ada: Move eval into the steps + rewrite eval along the way. 2016-03-15 08:05:20 +00:00
step1_read_print.gpr Ada: rewrote reader to remove opentoken dependency 2015-12-16 22:18:15 +00:00
step2_eval.adb Ada: add () fix to step2 2016-04-03 16:16:02 +01:00
step2_eval.gpr Ada: rewrote reader to remove opentoken dependency 2015-12-16 22:18:15 +00:00
step3_env.adb Ada: empty list fix (issue #194) 2016-04-02 20:15:46 +01:00
step3_env.gpr Ada: rewrote reader to remove opentoken dependency 2015-12-16 22:18:15 +00:00
step4_if_fn_do.adb Ada: empty list fix (issue #194) 2016-04-02 20:15:46 +01:00
step4_if_fn_do.gpr Ada: rewrote reader to remove opentoken dependency 2015-12-16 22:18:15 +00:00
step5_tco.adb Ada: empty list fix (issue #194) 2016-04-02 20:15:46 +01:00
step5_tco.gpr Ada: rewrote reader to remove opentoken dependency 2015-12-16 22:18:15 +00:00
step6_file.adb Ada: empty list fix (issue #194) 2016-04-02 20:15:46 +01:00
step6_file.gpr Ada: rewrote reader to remove opentoken dependency 2015-12-16 22:18:15 +00:00
step7_quote.adb Ada: empty list fix (issue #194) 2016-04-02 20:15:46 +01:00
step7_quote.gpr Ada: rewrote reader to remove opentoken dependency 2015-12-16 22:18:15 +00:00
step8_macros.adb Ada: empty list fix (issue #194) 2016-04-02 20:15:46 +01:00
step8_macros.gpr Ada: rewrote reader to remove opentoken dependency 2015-12-16 22:18:15 +00:00
step9_try.adb Ada: empty list fix (issue #194) 2016-04-02 20:15:46 +01:00
step9_try.gpr Ada: rewrote reader to remove opentoken dependency 2015-12-16 22:18:15 +00:00
stepa_mal.adb Ada: empty list fix (issue #194) 2016-04-02 20:15:46 +01:00
stepA_mal.gpr Ada: add meta and with-meta 2016-02-21 00:50:47 +00:00
types-hash_map.adb Ada: build in true, false, nil so hosted tests run unmodified ;) 2016-03-19 21:09:48 +00:00
types-hash_map.ads Ada: fix apply premature free and add = for hash_map 2016-02-28 21:45:38 +00:00
types-vector.adb Ada: fix envs (remove Get_Current), apply (only last param is unpacked) and map (calls core.apply) 2016-03-18 15:34:10 +00:00
types-vector.ads Ada: add a vectpr impl of Add_Defs + cleanups 2016-02-12 22:18:27 +00:00
types.adb Ada: rework strings part 3 : strings are stored, printed and returned without the quotes 2016-03-25 12:55:27 +00:00
types.ads Ada: remove unnecessary Env parameters 2016-03-20 21:08:28 +00:00