syntax-0.1.0.0: Abstract syntax descriptions for parsing and pretty-printing.
Write single syntax description, get both parser and pretty-printer.
Syntax descriptions are based on semi-isomorphisms from semi-iso library.
The library is very young. There are lots of useful combinators that could be written.
See syntax-example for an example.
Modules
- Data
- Data.Syntax Abstract syntax description.
- Data.Syntax.Char Char specific combinators.
- Data.Syntax Abstract syntax description.