Add to test matrix
[jackhill/mal.git] / ada /
2016-11-13 Harry TerkelsenMerge branch 'master' into dart
2016-11-01 Joel MartinAda, C: fix step3 error handling.
2016-10-31 Joel MartinMerge branch 'basic'
2016-10-25 Joel MartinMerge pull request #239 from wasamasa/picolisp
2016-09-20 Joel MartinMerge pull request #237 from iqbalansari/master
2016-09-15 Joel MartinMerge pull request #232 from zmower/ada_patches_sep16
2016-09-10 Chris M MooreNicholas Boulenguez : Use Get_Line function instead...
2016-09-10 Chris M MooreNicholas Boulenguez : Delegate Ada dependency handling...
2016-09-10 Chris M MooreNicholas Boulenguez : Replace all GNAT projects with...
2016-08-06 Vasilij SchneidermannMerge branch 'master' into chuck-implementation
2016-07-29 Joel Martinada: stats target.
2016-05-19 Joel MartinRefactor to use run scripts, remove *_RUNSTEP
2016-04-05 Joel MartinMerge pull request #194 from dubek/literal-empty-list
2016-04-04 Joel MartinMerge pull request #195 from wasamasa/bugfix-empty...
2016-04-04 Dov MurikMerge pull request #5 from zmower/literal-empty-list
2016-04-03 Chris M MooreAda: add () fix to step2
2016-04-02 Chris M MooreAda: empty list fix (issue #194)
2016-03-28 Joel MartinMerge pull request #192 from joostkremers/guide
2016-03-27 Joel MartinMerge pull request #191 from zmower/ada
2016-03-26 Chris M MooreAda: update README.md and add prompt to stepA
2016-03-25 Chris M MooreMerge branch 'master' into ada
2016-03-25 Chris M MooreAda: change *ARGV* and *host-language* to strings
2016-03-25 Chris M MooreAda: rework strings part 3 : strings are stored, printe...
2016-03-25 Chris M MooreAda: rework strings part 2 : New_String_Mal_Type adds...
2016-03-25 Chris M MooreAda: rework strings part 1 : Get_String returns the...
2016-03-25 Chris M MooreAda: add Dockerfile
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-22 Chris M MooreAda: remove lambda from eval_ast
2016-03-22 Chris M MooreAda: fix script/command line mode
2016-03-22 Chris M MooreAda: add seq
2016-03-20 Chris M MooreAda: add string?
2016-03-20 Chris M MooreAda: negative numbers in reader
2016-03-20 Chris M MooreAda: remove some unecessary use commands/variables
2016-03-20 Chris M MooreUpdate from master
2016-03-20 Chris M MooreAda: remove unnecessary Env parameters
2016-03-19 Chris M MooreAda: add time-ms
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-18 Chris M MooreAda: one more textual mod in core.adb
2016-03-18 Chris M MooreAda: minor textual cleanup in core.adb
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-03-06 Chris M MooreAda: ensure *ARGV* available to loaded file (self-hosting)
2016-03-06 Chris M MooreAda: fix infinite loop when evaling a vector (core...
2016-03-05 Chris M MooreAda: remove the file size limit
2016-03-03 Chris M MooreAda: add readline
2016-03-02 Chris M MooreAda: stepA fixes (with-meta not displayed, gensym fixed...
2016-03-01 Chris M MooreAda: raise exceptions when index out of range for Nth...
2016-02-28 Chris M MooreAda: add conj
2016-02-28 Chris M MooreAda: add *host-language* symbol
2016-02-28 Chris M MooreAda: make quasiquote etc work for vectors
2016-02-28 Chris M MooreAda: fix apply premature free and add = for hash_map
2016-02-26 Chris M MooreAda: fix first + rest when passed nil
2016-02-26 Chris M MooreAda: fix swap (functions and premature list deletion)
2016-02-25 Chris M MooreAda: add atom ops
2016-02-22 Chris M MooreAda: rename Atom to Symbol and add a new Atom type...
2016-02-21 Chris M MooreAda: remove Unitary type. Its done in the reader now.
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-21 Chris M MooreAda: add atom and atom?
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-12 Chris M MooreAda: add a vectpr impl of Add_Defs + cleanups
2016-02-11 Chris M MooreAda: added proper vector type
2016-01-30 Chris M MooreAda: add vals, keys, contains? Fix get
2016-01-26 Chris M MooreAda: add hash-map, assoc, get, map? to core
2016-01-23 Chris M MooreAda: add vector
2016-01-20 Chris M MooreAda: add keyword?, keyword and fixed symbol? to exclude...
2016-01-17 Chris M MooreAda: add throw, apply, true?, false?, nil? etc to core...
2016-01-03 Chris M MooreAda: add creation of obj dir in Makefile
2016-01-02 Chris M MooreAda: add symbol and symbol?
2015-12-29 Chris M MooreAda: added map function (step 9)
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-21 Chris M MooreAda: fix the macroexpand functions parameter
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...
next