| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-14 | Several improvements to the parser | Danny Navarro | |
| - 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-13 | Minor adjustments in AST for easier parsing | Danny Navarro | |
| Also `Maybe` wrappers removed. I don't think there needs to be a special case for empty values vs no values at all. | |||
| 2015-09-12 | Add missing OperationDefinition `Name` | Danny Navarro | |
| 2015-09-12 | Rename module `Data.GraphQL` -> `Data.GraphQL.AST` | Danny Navarro | |
