Implement step 8
[jackhill/mal.git] / ada /
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...
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
next