jackhill/mal.git
2018-01-04 Joel MartinMerge pull request #310 from bendudson/master
2018-01-04 Ben DudsonTidying, minimising differences between steps
2018-01-04 Ben DudsonRemoving env and core from step2
2018-01-03 Ben DudsonTidying up steps 0-3 (in progress)
2018-01-03 Ben DudsonAdding nasm to Travis yml file
2018-01-03 Ben DudsonAdd clean target
2018-01-02 Ben DudsonAdd stats and stats-lisp targets
2018-01-02 Ben DudsonBump language count in README
2018-01-02 Ben DudsonDockerfile xenial and binutils install
2018-01-02 Joel MartinMerge pull request #311 from bendudson/nasm-tests-step7_9
2018-01-02 Joel MartinMerge pull request #312 from jonaslu/add_metadata_reade...
2017-12-30 Joel MartinSwift: try forcing Travis to xcode version 7.3
2017-12-30 Jonas LundbergUpdate guide with note on reader macro with-meta
2017-12-29 Ben DudsonFix bug in map: should pass args as list
2017-12-29 Ben DudsonFix bug in concat, add test to step 7
2017-12-29 Ben DudsonAdding test to step7 for quasiquote
2017-12-29 Ben DudsonRemoving new tests from step7 and step9
2017-12-27 Ben DudsonAdd docker file. Docker tests pass
2017-12-27 Ben DudsonMoved macro-related functions to start of core Env
2017-12-27 Ben DudsonAdding README.md file and Make all target
2017-12-27 Ben DudsonAll tests pass
2017-12-26 Ben DudsonStep 8 passes
2017-12-26 Ben DudsonStep 9 passes again
2017-12-26 Ben DudsonMoving error handler into exceptions.asm
2017-12-26 Ben DudsonFix bugs, performance test now runs
2017-12-22 Ben DudsonFix bug in map, modifying function return values
2017-12-21 Ben DudsonAdd seq core function. Self-hosting tests pass (!)
2017-12-21 Ben DudsonFix bug in map: should pass args as list
2017-12-20 Ben DudsonFix bug in apply, tests for double-free errors
2017-12-18 Ben DudsonFix bugs in try*/catch*
2017-12-16 Ben DudsonFix bug in concat, add test to step 7
2017-12-15 Ben DudsonFix list and repl output
2017-12-15 Ben DudsonAdd time-ms function
2017-12-14 Ben DudsonFix bug in rest and println
2017-12-13 Ben DudsonFix bug in concat. MAL step 2 now passes
2017-12-13 Ben DudsonFix small bug in comparison
2017-12-12 Ben DudsonAdding gensym, clean or macro
2017-12-12 Ben DudsonAdd meta, with-meta and ^ reader
2017-12-11 Ben DudsonStart step A, add readline
2017-12-11 Ben DudsonAdd vals and dissoc functions
2017-12-09 Ben DudsonAdd assoc function, small fixes
2017-12-09 Ben DudsonAdd try*/catch*
2017-12-09 Ben DudsonAdd keyword and keyword? functions
2017-12-09 Ben DudsonAdd get, sequential?, symbol, vector and hash-map functions
2017-12-08 Ben DudsonFix swap! function
2017-12-08 Ben DudsonAdd apply function to core
2017-12-08 Ben DudsonAdding map and throw functions
2017-12-08 Ben DudsonFix bug in apply_fn releasing memory
2017-12-03 Ben DudsonAdd vector? map? and contains?
2017-12-01 Ben DudsonAdding predicate functions to core
2017-11-30 Ben DudsonFix bug in read_str for long strings
2017-11-30 Ben Dudsonrest core function always returns list
2017-11-30 Ben Dudsonstep 8 macros
2017-11-29 Ben DudsonFix memory leak, eval releases AST
2017-11-28 Ben DudsonAdding nth and rest functions
2017-11-28 Ben DudsonFix raw_to_string function for long strings
2017-11-28 Ben DudsonAdding core first function
2017-11-27 Ben DudsonFix cons and quasiquote functions
2017-11-27 Ben DudsonAdding test to step7 for quasiquote
2017-11-24 Ben DudsonAll step 7 tests pass
2017-11-23 Ben Dudsonquasiquote tests pass
2017-11-22 Ben DudsonWorking on quasiquote. Not yet done
2017-11-21 Ben DudsonFix bugs in string manipulation
2017-11-20 Ben DudsonAdd cons, concat functions
2017-11-18 Ben DudsonAdd quote special form
2017-11-18 Ben DudsonFix bug in string_append_string
2017-11-17 Ben DudsonAdding *ARGV* command-line arguments
2017-11-17 Ben DudsonFix bug in swap! for complex types
2017-11-16 Ben Dudsonswap! function tests pass
2017-11-14 Ben DudsonFixed bug in str and eval, add string_copy
2017-11-14 Ben DudsonImproved handling of comments, whitespace
2017-11-12 Ben DudsonAdding support for atoms
2017-11-12 Ben DudsonAdded eval and load-file functions
2017-11-11 Ben DudsonAdded read-string and slurp functions
2017-11-11 Ben DudsonBugfix in let and def forms
2017-11-11 Ben DudsonStep 5: Tail call optimisation
2017-11-09 Ben DudsonFixes for long strings
2017-11-09 Ben Dudsonprint_readably flag, str and println functions
2017-11-08 Ben Dudsonstep 4 keywords, []/() comparison, variadic args
2017-11-07 Ben Dudsonstep 4 non-deferrable tests passing
2017-11-06 Ben DudsonAdded numeric comparison operators
2017-11-06 Ben Dudsonfunctions =, pr-str and prn working
2017-11-05 Ben DudsonAdding core functions
2017-11-04 Ben Dudsonif and fn* forms working
2017-11-04 Joel MartinMerge pull request #308 from kanaka/c-makefile-libffi
2017-11-04 Vasilij Schneidermannc: Make use of pkg-config for libffi flags
2017-11-03 Ben Dudsondo form working
2017-11-03 Ben DudsonBug fix in list and vector eval
2017-11-03 Ben DudsonAdding read/print of nil, true and false
2017-11-03 Ben DudsonAdding support for vectors
2017-11-03 Ben DudsonUsing macros to shorten source code
2017-11-02 Joel MartinMerge pull request #307 from dubek/vhdl-time-ms-fix
2017-11-02 Dov Murikvhdl: Fix time-ms: Return milliseconds since last midni...
2017-11-02 Joel MartinMerge pull request #306 from kanaka/add-predicates
2017-11-02 Joel Martintests: move number?, fn? and macro? to optional
2017-11-02 Joel Martin[plsql] add number?, fn? and macro?
2017-11-02 Joel Martin[swift] add number?, fn?, and macro?
2017-11-01 Ben DudsonAdded error handling, step 3 test passing
2017-11-01 Ben Dudsondef! and let* working
2017-11-01 Ben DudsonFix bug in let
next