diff options
| author | Danny Navarro <j@dannynavarro.net> | 2015-09-13 13:51:37 +0200 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2015-09-13 13:55:15 +0200 |
| commit | 0e67fdc21cc686aa0cb27f87fc36d769310f1484 (patch) | |
| tree | a0cf83701346acb2121b55c19ba9f75db97f9232 /TODO | |
| parent | 44a2ff4765f6cb9bd317a237b9125d3a9e0c796f (diff) | |
| download | graphql-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-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
