This repository has been archived on 2022-08-30. You can view files and clone it, but cannot push or open issues or pull requests.
arf/lexer
Sasha Koshka 608162fa92 Fixed bug in number lexing function that prevented reading zero 2022-08-15 14:42:32 -04:00
..
lexer.go Lexer tokens are now created by the lexer 2022-08-12 14:34:07 -05:00
lexer_test.go Fixed bug in number lexing function that prevented reading zero 2022-08-15 14:42:32 -04:00
numbers.go Fixed bug in number lexing function that prevented reading zero 2022-08-15 14:42:32 -04:00
text.go Lexer tokens are now created by the lexer 2022-08-12 14:34:07 -05:00
token.go Token kind values can now be described 2022-08-12 16:30:32 -05:00