1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
Commit Graph

10 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
a8fc19aa64 Ada: remove lambda from eval_ast 2016-03-22 20:24:25 +00:00
Chris M Moore
1c28e56028 Ada: remove unnecessary Env parameters 2016-03-20 21:08:28 +00:00
Chris M Moore
8083b5255f Ada: build in true, false, nil so hosted tests run unmodified ;) 2016-03-19 21:09:48 +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
c3244bcfc2 Ada: quieter + dont crash when arith op with nil 2015-06-09 20:59:05 +01:00
Chris M Moore
a3c4ba44c0 Ada: add step5. 2015-05-04 16:54:51 +01:00