From ee3368201b11566e0cdb83e4eaa6e369d77c6452 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 16 Apr 2017 08:41:19 -0700 Subject: [PATCH] Add Lexer TODO --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3242df..e543845 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ exhaustive, though I will continue to add to it as I think of things... ### `sibillexer` -- The lexer +- [ ] Make the Lexer Peekable - [ ] Rational numbers - [ ] Complex numbers - [ ] Quasiquotes (this is not context free apparently, so I expect Badness)