graphql/Data/GraphQL
Danny Navarro 62adfd89cd Several improvements to the parser
- Add token combinator to simplify whitespace handling.
- Simplify whiteSpace parsers.
- Add `optempty` to handle pure mempty cases. `empty /= pure mempty`.
- Use `between` combinators for brackets, braces and parens.

This also includes small adjustments to the AST.
2015-09-14 12:15:04 +02:00
..
AST.hs Several improvements to the parser 2015-09-14 12:15:04 +02:00
Parser.hs Several improvements to the parser 2015-09-14 12:15:04 +02:00