write-you-a-haskell/chapter8/protohaskell
2015-01-05 02:54:15 -05:00
..
Compiler.hs initial commit 2015-01-05 02:54:15 -05:00
Flags.hs initial commit 2015-01-05 02:54:15 -05:00
Frontend.hs initial commit 2015-01-05 02:54:15 -05:00
Monad.hs initial commit 2015-01-05 02:54:15 -05:00
Name.hs initial commit 2015-01-05 02:54:15 -05:00
Pretty.hs initial commit 2015-01-05 02:54:15 -05:00
README.md initial commit 2015-01-05 02:54:15 -05:00
Type.hs initial commit 2015-01-05 02:54:15 -05:00

ProtoHaskell ( Chapter 8 )

Frontend syntax for ProtoHaskell for Chapter 8.

  • Monad - Compiler monad
  • Flags - Compiler flags
  • Frontend - Frontend syntax
  • Name - Syntax names
  • Compiler - Initial compiler stub
  • Pretty - Pretty printer
  • Type - Type syntax

License

Released under MIT license.