summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-07-17 07:06:35 +0200
committerEugen Wissner <belka@caraus.de>2019-07-17 07:06:35 +0200
commit74801b0483c9d1e1acf50e6945ebf7e725e93a6d (patch)
tree03fe025bb69e6ed614a14689c395f29f633f1373 /TODO
parentf3b8d9b74ccd24521a9f15fe4bd47ab30830abfb (diff)
downloadgraphql-74801b0483c9d1e1acf50e6945ebf7e725e93a6d.tar.gz
Remove TODO
Issues should be created instead.
Diffstat (limited to 'TODO')
-rw-r--r--TODO21
1 files changed, 0 insertions, 21 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index 124d1f9..0000000
--- a/TODO
+++ /dev/null
@@ -1,21 +0,0 @@
-## AST
-- Docs
-- Simplify unnecessary `newtypes` with type synonyms
-- Simplify wrapper type constructors. Some types can be just constructors.
-- Data type accessors
-- Deal with strictness/unboxing
-- Deal with location
-
-## Parser
-- Docs
-- 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.
-- Optimize `whiteSpace`, perhaps front the main parser with a lexer.
-
-## Printer
-- Add pretty printer.
-- Docs