aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-21forth: Finished step 1Chouser
2015-02-21forth: Add step 1, but not mapsChouser
2015-02-21forth: Add string printingChouser
2015-02-21forth: Added lists, ints, symbols for step 1Chouser
2015-02-21forth: Add step 0Chouser
2015-02-21forth: protocols and some pr-str workingChouser
2015-02-21forth: Add basic protocol functionalityChouser
2015-02-21forth: Start experimentingChouser
2015-02-21Add tests for problems uncovered during forth self-hosted testsChouser
2015-02-21test step1: Add input for existing output caseChouser
2015-02-10Merge pull request #5 from alandipert/masterJoel Martin
bash: use env in shebang
2015-02-10Use env in MakefileAlan Dipert
2015-02-10bash: use env in shebangAlan Dipert
- Now works on Macs with Bash4 from homebrew
2015-02-10matlab: add to README. 24th implementation!Joel Martin
2015-02-10matlab: fix do/slice, strings. Self-hosting!Joel Martin
Fix Makefile stats/stats-lisp.
2015-02-10matlab: add metadata and atom support.Joel Martin
2015-02-10matlab: add keyword, vector, hash-map support.Joel Martin
Switch List to full object like vector and hash-map.
2015-02-09matlab: stepA, perf test, comments.Joel Martin
2015-02-08matlab: Add step9.Joel Martin
2015-02-08matlab: add step8Joel Martin
2015-02-08matlab: step7, fix reader bug.Joel Martin
2015-02-08matlab: add step6Joel Martin
2015-02-08matlab: add step5_tcoJoel Martin
2015-02-08matlab: all step4 except optional.Joel Martin
2015-02-08matlab: start of step4Joel Martin
2015-02-07matlab: step3Joel Martin
2015-02-07matlab: step2Joel Martin
2015-02-07matlab: step0 and step1 basics.Joel Martin
2015-01-30Merge pull request #4 from Chouser/ocamlJoel Martin
OCaml: add make targets for stats
2015-01-30OCaml: add make targets for statsChouser
2015-01-30guide.md: step9,A stubs. TODO. More vector tests.Joel Martin
2015-01-30README: update count to 23 to reflect OCaml addition.Joel Martin
2015-01-30Merge pull request #3 from Chouser/ocamlJoel Martin
Ocaml
2015-01-30OCaml: add to README.mdChouser
2015-01-30OCaml: Fix stepA command-line script runningChouser
2015-01-30OCaml: Add time-msChouser
2015-01-30OCaml: put macro flag in metadata rather than special type fieldChouser
2015-01-30OCaml: self-hostingChouser
2015-01-30OCaml: Add step 9Chouser
2015-01-30OCaml: Add Step 8Chouser
2015-01-30Ocaml: Add step 7Chouser
2015-01-30Ocaml: Finish adding step 6Chouser
2015-01-30Ocaml: Add step 6Chouser
2015-01-30Ocaml: fix list and comment parsingChouser
2015-01-30Ocaml: fix string escaping and printingChouser
2015-01-30Ocaml: Use builtin String.concat instead of own join funChouser
2015-01-30Ocaml: Add step 5, TCO worked automatically in OcamlChouser
2015-01-30Ocaml: All optional tests passing up thru step 4Chouser
2015-01-30Ocaml: add meta, with-meta, and ^ reader supportChouser
2015-01-30Ocaml: Use a real map typeChouser
T.Map is now a real OCaml binary-tree map, and supports arbitrary mal value types for both keys and values. Metadata support is provided in the data objects, but not yet in the printer, reader, or core library.