Commit graph

8 commits

Author SHA1 Message Date
a23b917785 [lexer] Lex bools!
Extend the lexer to support Scheme bools like this: #t, #f, #true, #false.
Add some positive tests for this too.
2018-08-26 13:40:27 -07:00
8475720a71 Add accessor for Lex::value 2018-08-20 15:21:20 -07:00
281c29ee26 [lexer] Expose token field via method; Clone and Copy Tokens 2018-08-19 22:30:19 -07:00
cc43ffd135 [lexer] Lexer emits Lexes instead of Tokens 2017-06-26 21:54:57 -07:00
a4282e7760 Blow away the lexer code =o 2017-04-30 16:32:31 -07:00
a5f88c221d Use Objects for Token values 2017-04-22 15:21:13 -07:00
ddf13f9bae Make Lex less mutable 2017-04-15 18:12:24 -07:00
fc947280ae Move the lexer to its own sibillexer module
Lots of failing tests right now, unfortunately. :(
2017-04-15 09:37:12 -07:00
Renamed from sibil/src/lexer/token.rs (Browse further)