sibil/lexer
Eryn Wells c5b769ff45 A peekable lexer
Use the chars() iterator on &str, with the Peekable wrapper on Iterators, to iterate the input, rather than needing to hold the whole input and do iteration by indexes.
2017-04-30 17:46:42 -07:00
..
src A peekable lexer 2017-04-30 17:46:42 -07:00
Cargo.toml A peekable lexer 2017-04-30 17:46:42 -07:00