graphql/TODO
Danny Navarro 0e67fdc21c 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.
2015-09-13 13:55:15 +02:00

11 lines
224 B
Plaintext

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