summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDanny Navarro <j@dannynavarro.net>2015-09-13 13:51:37 +0200
committerDanny Navarro <j@dannynavarro.net>2015-09-13 13:55:15 +0200
commit0e67fdc21cc686aa0cb27f87fc36d769310f1484 (patch)
treea0cf83701346acb2121b55c19ba9f75db97f9232 /TODO
parent44a2ff4765f6cb9bd317a237b9125d3a9e0c796f (diff)
downloadgraphql-0e67fdc21cc686aa0cb27f87fc36d769310f1484.tar.gz
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.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
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