diff --git a/README.md b/README.md index e543845..1fbf6dc 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ exhaustive, though I will continue to add to it as I think of things... ### `sibillexer` -- The lexer - [ ] Make the Lexer Peekable +- [ ] Use character iterators (`str.chars()`) instead of my own code to iterate + through characters in the input - [ ] Rational numbers - [ ] Complex numbers - [ ] Quasiquotes (this is not context free apparently, so I expect Badness)