Ada: rewrote reader to remove opentoken dependency
[jackhill/mal.git] / ada /
2015-12-16 Chris M MooreAda: rewrote reader to remove opentoken dependency
2015-11-26 Chris M MooreAda: nth implmented + test fixes
2015-10-20 Chris M MooreAda: added throw
2015-10-18 Chris M MooreAda: ada catch
2015-08-14 Chris M MooreAda: change the list implementation and add most of...
2015-08-12 Chris M MooreAda: add Cond and Or macros
2015-08-12 Chris M MooreAda: add First and Rest funcs
2015-08-11 Chris M MooreAda: add step8 macros
2015-08-09 Chris M MooreAda: add splice-unquote and remove is_pair
2015-08-08 Chris M MooreAda: add unquote, change cons and concat to always...
2015-08-07 Chris M MooreAda: make vars/exceptions more local in read_list
2015-08-07 Chris M MooreAda: add missing Is_Pair body
2015-08-07 Chris M MooreAda: added quasiquote
2015-07-27 Chris M MooreAda; add quote special form
2015-07-09 Chris M MooreAda: Fix Concat with null list result.
2015-07-08 Chris M MooreAda: first pass of Cons and Concat
2015-06-09 Chris M MooreAda: quieter + dont crash when arith op with nil
2015-05-30 Chris M MooreAda: add *ARGV*
2015-05-30 Chris M MooreAda: fix comments in file and a null dereference
2015-05-21 Chris M MooreAda: step6 mostly works
2015-05-04 Chris M MooreAda: add step5.
2015-05-03 Chris M MooreAda: updated debian from wheezy to jessie (opentoken...
2015-05-01 Chris M MooreAda: print funcs added (step 4 complete)
2015-04-26 Chris M MooreAda: remove Envs.String_Hash and replace with standard...
2015-04-26 Chris M MooreAda: add variable length args (bind)
2015-04-26 Chris M MooreAda: added core package + cleanups (inc func call Mal_T...
2015-04-22 Chris M MooreAda: added not function
2015-04-22 Chris M MooreAda: closures work!
2015-04-22 Chris M MooreAda: step4 even closer
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: keywords aren't evaluated
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-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-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: add keywords (well atoms beginning with :)
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 vector and hash
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: Fix escapable strings
2015-03-15 Chris M MooreAda: step1 with opentoken
2015-03-05 Chris M MooreAda stage 0