1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/ada
Joel Martin fba3aeb2fb Ada, C: fix step3 error handling.
New step3 tests were added during basic implementation that broke Ada
and C.
2016-11-01 10:44:49 -05:00
..
core.adb Nicholas Boulenguez : Use Get_Line function instead of insisting on a maximum string size 2016-09-10 21:06:47 +01: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 Nicholas Boulenguez : Delegate Ada dependency handling to gnatmake 2016-09-10 20:45:06 +01: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 Nicholas Boulenguez : Use Get_Line function instead of insisting on a maximum string size 2016-09-10 21:06:47 +01: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 Nicholas Boulenguez : Use Get_Line function instead of insisting on a maximum string size 2016-09-10 21:06:47 +01:00
step1_read_print.adb Nicholas Boulenguez : Use Get_Line function instead of insisting on a maximum string size 2016-09-10 21:06:47 +01:00
step2_eval.adb Nicholas Boulenguez : Use Get_Line function instead of insisting on a maximum string size 2016-09-10 21:06:47 +01:00
step3_env.adb Ada, C: fix step3 error handling. 2016-11-01 10:44:49 -05:00
step4_if_fn_do.adb Nicholas Boulenguez : Use Get_Line function instead of insisting on a maximum string size 2016-09-10 21:06:47 +01:00
step5_tco.adb Nicholas Boulenguez : Use Get_Line function instead of insisting on a maximum string size 2016-09-10 21:06:47 +01:00
step6_file.adb Nicholas Boulenguez : Use Get_Line function instead of insisting on a maximum string size 2016-09-10 21:06:47 +01:00
step7_quote.adb Nicholas Boulenguez : Use Get_Line function instead of insisting on a maximum string size 2016-09-10 21:06:47 +01:00
step8_macros.adb Nicholas Boulenguez : Use Get_Line function instead of insisting on a maximum string size 2016-09-10 21:06:47 +01:00
step9_try.adb Nicholas Boulenguez : Use Get_Line function instead of insisting on a maximum string size 2016-09-10 21:06:47 +01:00
stepa_mal.adb Nicholas Boulenguez : Use Get_Line function instead of insisting on a maximum string size 2016-09-10 21:06:47 +01: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