diff options
| author | Danny Navarro <j@dannynavarro.net> | 2015-09-18 15:43:22 +0200 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2015-09-18 15:43:22 +0200 |
| commit | 4f4e31805ab259fe7c818f0b4f58fce2ab3ee373 (patch) | |
| tree | ee7a43954438fe61a747193147b5d6e6f45ab816 /TODO | |
| parent | d88acf3d0e8f9b9d5345477b23e329cefec89b6f (diff) | |
| download | graphql-4f4e31805ab259fe7c818f0b4f58fce2ab3ee373.tar.gz | |
Parse secure names
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -6,15 +6,13 @@ - Deal with location ## Parser -- Secure Names -- Optimize `name` and `whiteSpace`: `take...`, `T.fold`, ... - Handle escape characters in string literals - Guard for `on` in `FragmentSpread` - Handle `[Const]` grammar parameter. Need examples - Handle `maxBound` Int values. - Diagnostics. Perhaps port to `parsers` and use `trifecta` for diagnostics, and `attoparsec` for performance. -- Improve comment handling: perhaps front the main parser with a lexer. +- Optimize `whiteSpace`, perhaps front the main parser with a lexer. ## Tests |
