forked from OSS/graphql
Update TODO
This commit is contained in:
parent
26e2372c5e
commit
3084b188dd
15
TODO
15
TODO
@ -1,10 +1,17 @@
|
|||||||
## AST
|
## AST
|
||||||
|
- Simplify unnecessary `newtypes` with type synonyms
|
||||||
- Data type accessors
|
- Data type accessors
|
||||||
- Deal with Location
|
|
||||||
- Deal with Strictness/unboxing
|
- Deal with Strictness/unboxing
|
||||||
|
- Deal with Location
|
||||||
|
|
||||||
## Parser
|
## Parser
|
||||||
- Guard `type_` and `value` match when used together
|
- Handle comments
|
||||||
|
- Secure Names
|
||||||
|
- Optimize `name`: `take...`, `T.fold`, ...
|
||||||
|
- Handle escape characters in string literals
|
||||||
|
- Guard for `on` in `FragmentSpread`
|
||||||
- Tests!
|
- Tests!
|
||||||
- Simplify unnecessary `newtypes` with type synonyms
|
- Handle `[Const]` grammar parameter. Need examples
|
||||||
- Handle errors
|
- Arbitrary precision for number values?
|
||||||
|
- Handle errors. Perhaps port to `parsers` or use a lexer and
|
||||||
|
`regex-applicative`
|
||||||
|
Loading…
Reference in New Issue
Block a user