Ada: fix Makefile and re-write early steps to remove some dependencies
[jackhill/mal.git] / ada / step2_eval.adb
2016-03-22 Chris M MooreAda: fix Makefile and re-write early steps to remove...
2016-03-20 Chris M MooreUpdate from master
2016-03-20 Chris M MooreAda: remove unnecessary Env parameters
2016-03-19 Chris M MooreAda: build in true, false, nil so hosted tests run...
2016-03-18 Chris M MooreAda: fix envs (remove Get_Current), apply (only last...
2016-03-15 Chris M MooreAda: Move eval into the steps + rewrite eval along...
2016-02-21 Chris M MooreMerged master into ada branch + fix Makefile
2015-11-26 Chris M MooreAda: nth implmented + test fixes
2015-04-26 Chris M MooreAda: added core package + cleanups (inc func call Mal_T...
2015-04-19 Chris M MooreAda: step4 almost there.
2015-04-06 Chris M MooreAda: Remove Sym_Mal_Type; just a special case of Atom
2015-04-03 Chris M MooreAda: change types.smart_pointer to Mal_Handle
2015-04-02 Chris M MooreAda: make envs package more step3 like
2015-04-01 Chris M MooreAda: Step 2 added.