Implement step A
[jackhill/mal.git] / forth /
2016-08-06 Vasilij SchneidermannMerge branch 'master' into chuck-implementation
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 Dov MurikMerge pull request #5 from zmower/literal-empty-list
2016-04-03 Dov MurikMerge pull request #4 from kanaka/issue194-literal...
2016-04-02 Joel MartinFix empty list eval in step2 for most languages.
2016-03-30 Dov Murikforth: Fix exception on literal empty list
2016-03-20 Chris M MooreUpdate from master
2016-03-15 Joel MartinTests: move step5 non-TCO tests to per impl.
2016-03-04 Joel MartinMerge pull request #181 from wasamasa/fix-typos
2016-03-02 Joel MartinMerge branch 'wasamasa-elisp'
2016-03-02 Vasilij SchneidermannMerge branch 'master' into elisp
2016-02-27 Joel MartinMerge pull request #178 from dubek/fix-negative
2016-02-27 Joel MartinMerge remote-tracking branch 'dubek/fix-negative' into...
2016-02-27 Joel Martinhaxe, forth: fix negative numbers.
2016-02-24 Joel MartinMerge branch 'issue_166_string_ops' of github.com:kanak...
2016-02-24 Joel MartinMerge branch 'master' into issue_166_string_ops
2016-02-24 Joel MartinDist/packaging for most impls. erlang, racket *ARGV...
2016-02-24 Joel MartinAdd dist targets to most implementations.
2016-02-21 Chris M MooreMerged master into ada branch + fix Makefile
2016-02-16 Joel MartinMerge pull request #176 from dubek/issue_166_factor
2016-02-16 Joel Martinforth: add seq and string?
2016-02-01 Joel MartinMerge pull request #161 from dubek/guide-time-ms-conj
2016-02-01 Joel MartinMerge pull request #157 from dubek/extra-args-as-list
2016-02-01 Dov Murikforth: Pass empty extra arguments as empty list
2016-01-29 Joel MartinMerge pull request #156 from omarrayward/explain-regexp...
2016-01-26 Joel MartinMerge branch 'Haxe'
2016-01-26 Joel MartinMerge pull request #146 from dubek/fix-macro-eval
2016-01-26 Joel MartinMerge pull request #153 from dubek/forth-hash-map-equality
2016-01-26 Dov Murikforth: Fix hash-map equality
2016-01-26 Joel MartinMerge pull request #143 from dubek/add-gensym
2016-01-23 Dov MurikAdd gensym and clean `or` macro to stepA of 13 implemen...
2016-01-11 Joel MartinMerge branch 'issue130_diagram_updates'
2016-01-06 Dov Murikforth: implement atom swap! in step6 (and later)
2015-12-28 Joel MartinMerge pull request #137 from ivern/kotlin
2015-12-18 Joel MartinMerge commit '069f90b'
2015-12-17 Dov Murikforth: don't print commas in hash-maps
2015-10-27 Javier Fernandez... Updated from master, solved conflicts
2015-10-27 Joel MartinAll: show comments with stats target.
2015-10-06 Joel MartinTravis: add ocaml, forth and miniMAL.
2015-03-05 Peter StephensMerge branch 'master' into fsharp
2015-03-04 Joel MartinMerge pull request #20 from def-/master
2015-03-01 Miki TebekaMerge branch 'master' of https://github.com/kanaka/mal
2015-02-28 Joel MartinMerge branch 'ruby1.9' of https://github.com/elektronau...
2015-02-28 Joel MartinMerge pull request #15 from joelpickup/master
2015-02-28 Joel MartinMerge pull request #14 from anton-trunov/guide-small-fix
2015-02-28 Joel MartinMerge pull request #13 from euc/patch-1
2015-02-28 Joel MartinMerge pull request #11 from treeform/patch-1
2015-02-28 Joel MartinAll: rename stepA_interop to stepA_mal
2015-02-26 Joel Martinforth: add Makefile for stats.
2015-02-21 Joel MartinMerge pull request #7 from Chouser/forth-pr
2015-02-21 Chouserforth: Fix bug in (get nil ...)
2015-02-21 Chouserforth: Fix bug in extend-protocol array insertion
2015-02-21 Chouserforth: Back-propogate fixes from stepA through step1
2015-02-21 Chouserforth: Self-hosted mal passes all tests
2015-02-21 Chouserforth: Finish step 9
2015-02-21 Chouserforth: Add step 9, just try*/throw
2015-02-21 Chouserforth: Add step 8
2015-02-21 Chouserforth: Add step 7
2015-02-21 Chouserforth: Add step 6, clean up comment parsing
2015-02-21 Chouserforth: Fix critical string-resizing bug
2015-02-21 Chouserforth: Add step 5
2015-02-21 Chouserforth: Finish step 4
2015-02-21 Chouserforth: Add support for & var-args
2015-02-21 Chouserforth: Split types for user fns vs native fns
2015-02-21 Chouserforth: Add step 4, but not varargs
2015-02-21 Chouserforth: Add defspecial for Mal special ops
2015-02-21 Chouserforth: Get rid of invoke+
2015-02-21 Chouserforth: Get rid of car/cdr style lists
2015-02-21 Chouserforth: Add step 3
2015-02-21 Chouserforth: Add step 2
2015-02-21 Chouserforth: Finished step 1
2015-02-21 Chouserforth: Add step 1, but not maps
2015-02-21 Chouserforth: Add string printing
2015-02-21 Chouserforth: Added lists, ints, symbols for step 1
2015-02-21 Chouserforth: Add step 0
2015-02-21 Chouserforth: protocols and some pr-str working
2015-02-21 Chouserforth: Add basic protocol functionality
2015-02-21 Chouserforth: Start experimenting
2015-02-24 Joel MartinMerge pull request #8 from Chouser/forth3
2015-02-24 Chouserforth: Add map-hint to symbols for better perf
2015-02-24 Chouserforth: Clean up symbol eval for better perf
2015-02-24 Chouserforth: Add call-site caching to boost perf
2015-02-24 Chouserforth: Add . interop special operator and tests