Add Lexer TODO

This commit is contained in:
Eryn Wells 2017-04-16 08:41:19 -07:00
parent 55a87fee44
commit ee3368201b

View file

@ -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)