ada: stats target.
[jackhill/mal.git] / ada / Makefile
2016-07-29 Joel Martinada: stats target.
2016-04-04 Joel MartinMerge pull request #195 from wasamasa/bugfix-empty...
2016-03-28 Joel MartinMerge pull request #192 from joostkremers/guide
2016-03-27 Joel MartinMerge pull request #191 from zmower/ada
2016-03-25 Chris M MooreMerge branch 'master' into ada
2016-03-22 Chris M MooreAda: -O3 for some perf tests
2016-03-22 Chris M MooreAda: steps 3 and 4 do need eval_callback
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-15 Chris M MooreAda: Move eval into the steps + rewrite eval along...
2016-02-21 Chris M MooreMerged master into ada branch + fix Makefile
2016-02-21 Chris M MooreAda: add meta and with-meta
2016-02-19 Chris M MooreAda: add proper hash map + fix vector's map
2016-02-11 Chris M MooreAda: added proper vector type
2016-01-03 Chris M MooreAda: add creation of obj dir in Makefile
2015-10-18 Chris M MooreAda: ada catch
2015-08-11 Chris M MooreAda: add step8 macros
2015-07-08 Chris M MooreAda: first pass of Cons and Concat
2015-05-21 Chris M MooreAda: step6 mostly works
2015-05-04 Chris M MooreAda: add step5.
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-05 Chris M MooreAda: step 3 complete
2015-04-02 Chris M MooreAda: make envs package more step3 like
2015-04-01 Chris M MooreAda: Step 2 added.
2015-03-28 Chris M MooreAda: change Mal_Type to a class (tagged record)
2015-03-17 Chris M MooreAda: merge to latest baseline
2015-03-15 Chris M MooreAda: step1 with opentoken
2015-03-05 Chris M MooreAda stage 0