aboutsummaryrefslogtreecommitdiff
path: root/forth/core.fs
AgeCommit message (Collapse)Author
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: 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