Update TODO

This commit is contained in:
Danny Navarro 2015-09-14 14:32:46 +02:00
parent 26e2372c5e
commit 3084b188dd
1 changed files with 11 additions and 4 deletions

15
TODO
View File

@ -1,10 +1,17 @@
## AST
- Simplify unnecessary `newtypes` with type synonyms
- Data type accessors
- Deal with Location
- Deal with Strictness/unboxing
- Deal with Location
## 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!
- Simplify unnecessary `newtypes` with type synonyms
- Handle errors
- Handle `[Const]` grammar parameter. Need examples
- Arbitrary precision for number values?
- Handle errors. Perhaps port to `parsers` or use a lexer and
`regex-applicative`