sibil/lexer/src
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
..
states [lexer] Rewrite the Lexer! 2018-08-26 11:47:18 -07:00
chars.rs Character checks for identifier initial and subsequent 2017-05-13 17:21:23 -07:00
error.rs [lexer] Add Error::msg() 2018-08-23 20:19:16 -07:00
lib.rs [lexer] Rewrite the Lexer! 2018-08-26 11:47:18 -07:00
main.rs A peekable lexer 2017-04-30 17:46:42 -07:00
token.rs Add accessor for Lex::value 2018-08-20 15:21:20 -07:00