sibil/lexer
Eryn Wells b0b4699476 [lexer] Rewrite the Lexer!
Implement structs for each state in the lexer. The State objects are responsible
for determining how to handle a character and emit a Result  indicating to the
driver (the Lexer struct) how to proceed.
2018-08-26 11:47:18 -07:00
..
src [lexer] Rewrite the Lexer! 2018-08-26 11:47:18 -07:00
tests [lexer] Lexer emits Lexes instead of Tokens 2017-06-26 21:54:57 -07:00
Cargo.toml A peekable lexer 2017-04-30 17:46:42 -07:00