.. |
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: -O3 for some perf tests
|
2016-03-22 23:11:30 +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: 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 |
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 |