diff options
| author | Danny Navarro <j@dannynavarro.net> | 2015-09-22 14:27:10 +0200 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2015-09-22 14:27:10 +0200 |
| commit | 6ce2004264fe73bdcfbc8a4a19de659266442cb2 (patch) | |
| tree | ea5a64d989fe09718bdfd71bc788db9e4d6c820b /TODO | |
| parent | af42e5577cf9dcb2c55a0d76a2e479880150e7f1 (diff) | |
| download | graphql-0.3.tar.gz | |
Version Bumpv0.3
This also includes updates to CHANGELOG, TODO and README.
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,5 @@ ## AST +- Docs - Simplify unnecessary `newtypes` with type synonyms - Simplify wrapper type constructors. Some types can be just constructors. - Data type accessors @@ -6,6 +7,7 @@ - Deal with location ## Parser +- Docs - Handle escape characters in string literals - Guard for `on` in `FragmentSpread` - Handle `[Const]` grammar parameter. Need examples @@ -14,8 +16,6 @@ and `attoparsec` for performance. - Optimize `whiteSpace`, perhaps front the main parser with a lexer. -## Tests - -- Pretty print golden result - -## Docs! +## Printer +- Add pretty printer. +- Docs |
