1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-10 12:47:45 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
Chris M Moore
74a87bd570 Ada: empty list fix (issue #194) 2016-04-02 20:15:46 +01:00
Chris M Moore
564a452500 Ada: rework strings part 2 : New_String_Mal_Type adds the quotes in 2016-03-25 12:19:22 +00:00
Chris M Moore
365f02539b Ada: steps 3 and 4 do need eval_callback 2016-03-22 22:59:31 +00:00
Chris M Moore
988812a6f1 Ada: fix Makefile and re-write early steps to remove some dependencies 2016-03-22 22:30:39 +00:00
Chris M Moore
1c28e56028 Ada: remove unnecessary Env parameters 2016-03-20 21:08:28 +00:00
Chris M Moore
b5bad5eaa1 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
Chris M Moore
18e21187ba Ada: Move eval into the steps + rewrite eval along the way. 2016-03-15 08:05:20 +00:00
Chris M Moore
0571a45f09 Ada: added core package + cleanups (inc func call Mal_Type for builtins) 2015-04-26 17:15:58 +01:00
Chris M Moore
13ce1681aa Ada: step4 almost there. 2015-04-19 18:08:51 +01:00
Chris M Moore
9cbc9695b9 Ada: Remove Sym_Mal_Type; just a special case of Atom 2015-04-06 13:10:39 +01:00
Chris M Moore
09c532baaa Ada: step 3 complete 2015-04-05 20:27:47 +01:00