aboutsummaryrefslogtreecommitdiff
path: root/forth/reader.fs
AgeCommit message (Collapse)Author
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 7Chouser
2015-02-21forth: Add step 6, clean up comment parsingChouser
2015-02-21forth: Add step 4, but not varargsChouser
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: Added lists, ints, symbols for step 1Chouser