From 0e67fdc21cc686aa0cb27f87fc36d769310f1484 Mon Sep 17 00:00:00 2001 From: Danny Navarro Date: Sun, 13 Sep 2015 13:51:37 +0200 Subject: Add GraphQL parser WIP: This parser just type checks, it hasn't even been tested manually. Check new tasks in the TODO file and the TODO comments in the code for more gotchas. --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 6002a0a..ec125a1 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,10 @@ +## AST - Data type accessors - Deal with Location - Deal with Strictness/unboxing + +## Parser +- Guard `type_` and `value` match when used together +- Tests! +- Simplify unnecessary `newtypes` with type synonyms +- Handle errors -- cgit v1.2.3