From 6ce2004264fe73bdcfbc8a4a19de659266442cb2 Mon Sep 17 00:00:00 2001 From: Danny Navarro Date: Tue, 22 Sep 2015 14:27:10 +0200 Subject: Version Bump This also includes updates to CHANGELOG, TODO and README. --- TODO | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 488947e..124d1f9 100644 --- a/TODO +++ b/TODO @@ -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 -- cgit v1.2.3