DISABLE FDs (REMOVE ME).
[jackhill/mal.git] / ada / reader.adb
2019-07-29 Joel MartinMerge pull request #387 from asarhaddon/test-macroexpan...
2019-06-03 Joel MartinMerge pull request #396 from inkydragon/fix-test-on...
2019-05-28 Joel MartinMerge pull request #390 from bjh21/bjh21-bbc-basic
2019-05-28 Ben HarrisMerge branch 'master' into bjh21-unterminated-strings
2019-05-28 Joel MartinMerge pull request #388 from bjh21/bjh21-large-files...
2019-05-28 Joel MartinMerge pull request #392 from asarhaddon/ada-unterminate...
2019-05-28 Joel MartinMerge pull request #391 from asarhaddon/test-let-recurs...
2019-05-28 Nicolas Boulenguezada: fix the fix for unterminated strings
2019-05-27 Ben HarrisMerge branch 'master' into bjh21-unterminated-strings
2019-05-27 Joel MartinMerge pull request #386 from asarhaddon/test-let-recurs...
2019-05-27 Joel MartinMerge pull request #385 from asarhaddon/ada-unterminate...
2019-05-22 Nicolas Boulenguezada: fix unterminated string and creation of object...
2018-12-27 Joel MartinMerge pull request #333 from LispLY/objc-fix-conj-meta
2018-11-30 Joel Martinada, d, elixir, es6, factor, haxe: fix errors.
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-25 Chris M MooreAda: rework strings part 2 : New_String_Mal_Type adds...
2016-03-20 Chris M MooreAda: negative numbers in reader
2016-03-20 Chris M MooreUpdate from master
2016-03-19 Chris M MooreAda: build in true, false, nil so hosted tests run...
2016-03-19 Chris M MooreAda: build in knowledge about true and false into reader
2016-03-15 Chris M MooreAda: Move eval into the steps + rewrite eval along...
2016-03-05 Chris M MooreAda: remove the file size limit
2016-03-02 Chris M MooreAda: stepA fixes (with-meta not displayed, gensym fixed...
2016-02-22 Chris M MooreAda: rename Atom to Symbol and add a new Atom type...
2016-02-21 Chris M MooreRewrite reader (again). Should be able to get rid of...
2016-02-21 Chris M MooreAda: clean up error handling in reader
2016-02-21 Chris M MooreMerged master into ada branch + fix Makefile
2016-02-19 Chris M MooreAda: add proper hash map + fix vector's map
2016-02-11 Chris M MooreAda: added proper vector type
2015-12-29 Chris M MooreAda: a reader tail call optimisation
2015-12-24 Chris M MooreAda: fix comments (reader) and let_proessings use of...
2015-12-16 Chris M MooreAda: rewrote reader to remove opentoken dependency
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-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-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: add variable length args (bind)
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-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: Fix escapable strings
2015-03-15 Chris M MooreAda: step1 with opentoken