aboutsummaryrefslogtreecommitdiff
path: root/haskell/step8_macros.hs
AgeCommit message (Collapse)Author
2015-01-09Haskell: add error handling and try*/catch*.Joel Martin
Achieve self-hosting!
2015-01-09Haskell: Add steps9-A, metadata, and atoms.Joel Martin
Some refactoring of Core.hs to make better use of pattern matching. Only remaining thing is exception handling (generic try/throw).
2015-01-09Haskell: add step7 and 8.Joel Martin