aboutsummaryrefslogtreecommitdiff
path: root/forth
AgeCommit message (Collapse)Author
2015-02-28All: rename stepA_interop to stepA_malJoel Martin
Also, add missed postscript interop tests.
2015-02-25forth: add Makefile for stats.Joel Martin
2015-02-23forth: Add map-hint to symbols for better perfChouser
2015-02-23forth: Clean up symbol eval for better perfChouser
2015-02-23forth: Add call-site caching to boost perfChouser
2015-02-23forth: Add . interop special operator and testsChouser
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
- Moved some stuff out of printer into str, to support throwing strings in types.fs - Fixed an apparently completely broken 'nth' - Still failing 120 step9 tests
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
Fold 'invoke+' into 'invoke'. Allows (:k m nf) to evaluate nf lazily!
2015-02-21forth: Get rid of car/cdr style listsChouser
Rename MalArray to MalList
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