aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-21forth: Fix bug in (get nil ...)Chouser
2015-02-21forth: Fix bug in extend-protocol array insertionChouser
2015-02-21forth: Back-propogate fixes from stepA through step1Chouser
2015-02-21forth: Self-hosted mal passes all testsChouser
2015-02-21forth: Finish step 9Chouser
2015-02-21forth: Add step 9, just try*/throwChouser
2015-02-21forth: Add step 8Chouser
2015-02-21forth: Add step 7Chouser
2015-02-21forth: Add step 6, clean up comment parsingChouser
2015-02-21forth: Fix critical string-resizing bugChouser
2015-02-21forth: Add step 5Chouser
2015-02-21forth: Finish step 4Chouser
2015-02-21forth: Add support for & var-argsChouser
2015-02-21forth: Split types for user fns vs native fnsChouser
2015-02-21forth: Add step 4, but not varargsChouser
2015-02-21forth: Add defspecial for Mal special opsChouser
2015-02-21forth: Get rid of invoke+Chouser
2015-02-21forth: Get rid of car/cdr style listsChouser
2015-02-21forth: Add step 3Chouser
2015-02-21forth: Add step 2Chouser
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
2015-02-10Use env in MakefileAlan Dipert
2015-02-10bash: use env in shebangAlan Dipert
2015-02-10matlab: add to README. 24th implementation!Joel Martin
2015-02-10matlab: fix do/slice, strings. Self-hosting!Joel Martin
2015-02-10matlab: add metadata and atom support.Joel Martin
2015-02-10matlab: add keyword, vector, hash-map support.Joel Martin
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
2015-01-30OCaml: add make targets for statsChouser