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.
This commit is contained in:
Danny Navarro
2015-09-13 13:51:37 +02:00
parent 44a2ff4765
commit 0e67fdc21c
3 changed files with 308 additions and 1 deletions

7
TODO
View File

@ -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