Ada: step4 almost there.
[jackhill/mal.git] / ada / types.ads
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-05 Chris M MooreAda: step 3 complete
2015-04-03 Chris M MooreAda: change types.smart_pointer to Mal_Handle
2015-04-02 Chris M MooreAda: Add Not Found exception and error messages
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-22 Chris MooreAda: add reference counting
2015-03-21 Chris M MooreAda: don't use standard Float/Integer types
2015-03-19 Chris M MooreAda: add deref (stage 1 complete)
2015-03-18 Chris M MooreAda: add with-meta and filter out formless lines
2015-03-18 Chris M MooreAda: add error detection and recovery
2015-03-17 Chris M MooreAda: merge to latest baseline
2015-03-16 Chris M MooreAda: add float
2015-03-15 Chris M MooreAda: add quoting
2015-03-15 Chris M MooreAda: remove unused EOLine Mal_Type
2015-03-15 Chris M MooreAda: step1 with opentoken