1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
mal/ada
2016-03-03 22:25:46 +00:00
..
core.adb Ada: add readline 2016-03-03 22:25:46 +00:00
core.ads Ada: rename Atom to Symbol and add a new Atom type (ya, doing it the hard way) 2016-02-22 22:22:56 +00:00
envs.adb Ada: rename Atom to Symbol and add a new Atom type (ya, doing it the hard way) 2016-02-22 22:22:56 +00:00
envs.ads Ada: add proper hash map + fix vector's map 2016-02-19 23:08:39 +00:00
evaluation.adb Ada: make quasiquote etc work for vectors 2016-02-28 22:07:43 +00:00
evaluation.ads Ada: add throw, apply, true?, false?, nil? etc to core for step9. 2016-01-17 23:12:42 +00:00
Makefile Ada: add meta and with-meta 2016-02-21 00:50:47 +00: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: stepA fixes (with-meta not displayed, gensym fixed, reader with-meta now standard) 2016-03-02 22:05:00 +00:00
reader.ads Rewrite reader (again). Should be able to get rid of Unitary now. 2016-02-21 23:12:48 +00: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 stage 0 2015-03-05 21:50:10 +00:00
step0_repl.gpr Ada: step1 with opentoken 2015-03-15 20:08:07 +00:00
step1_read_print.adb Ada: change types.smart_pointer to Mal_Handle 2015-04-03 14:35:24 +01:00
step1_read_print.gpr Ada: rewrote reader to remove opentoken dependency 2015-12-16 22:18:15 +00:00
step2_eval.adb Ada: nth implmented + test fixes 2015-11-26 22:43:11 +00:00
step2_eval.gpr Ada: rewrote reader to remove opentoken dependency 2015-12-16 22:18:15 +00:00
step3_env.adb Ada: added core package + cleanups (inc func call Mal_Type for builtins) 2015-04-26 17:15:58 +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: added core package + cleanups (inc func call Mal_Type for builtins) 2015-04-26 17:15:58 +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: quieter + dont crash when arith op with nil 2015-06-09 20:59:05 +01:00
step5_tco.gpr Ada: rewrote reader to remove opentoken dependency 2015-12-16 22:18:15 +00:00
step6_file.adb Ada: rename Atom to Symbol and add a new Atom type (ya, doing it the hard way) 2016-02-22 22:22:56 +00:00
step6_file.gpr Ada: rewrote reader to remove opentoken dependency 2015-12-16 22:18:15 +00:00
step7_quote.adb Ada: rename Atom to Symbol and add a new Atom type (ya, doing it the hard way) 2016-02-22 22:22:56 +00:00
step7_quote.gpr Ada: rewrote reader to remove opentoken dependency 2015-12-16 22:18:15 +00:00
step8_macros.adb Ada: rename Atom to Symbol and add a new Atom type (ya, doing it the hard way) 2016-02-22 22:22:56 +00:00
step8_macros.gpr Ada: rewrote reader to remove opentoken dependency 2015-12-16 22:18:15 +00:00
step9_try.adb Ada: rename Atom to Symbol and add a new Atom type (ya, doing it the hard way) 2016-02-22 22:22:56 +00:00
step9_try.gpr Ada: rewrote reader to remove opentoken dependency 2015-12-16 22:18:15 +00:00
stepa_mal.adb Ada: stepA fixes (with-meta not displayed, gensym fixed, reader with-meta now standard) 2016-03-02 22:05:00 +00:00
stepA_mal.gpr Ada: add meta and with-meta 2016-02-21 00:50:47 +00:00
types-hash_map.adb Ada: fix apply premature free and add = for hash_map 2016-02-28 21:45:38 +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: raise exceptions when index out of range for Nth (lists and vectors) 2016-03-01 21:56:54 +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: stepA fixes (with-meta not displayed, gensym fixed, reader with-meta now standard) 2016-03-02 22:05:00 +00:00
types.ads Ada: add atom ops 2016-02-25 22:33:38 +00:00