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 dd8bbf8b13 Lexer now uses go's strconv number parsing functions
This allows for better accuracy when parsing floats, at the cost of only
supporting decimal floating point literals. The lexer now passes all tests.
2022-08-18 00:31:27 -04:00
..
lexer.go Fixed lexing digraph tokens 2022-08-16 20:29:00 -04:00
lexer_test.go Added elipsis token 2022-08-16 20:24:27 -04:00
numbers.go Lexer now uses go's strconv number parsing functions 2022-08-18 00:31:27 -04:00
text.go Lexer tokens are now created by the lexer 2022-08-12 14:34:07 -05:00
token.go Added elipsis token 2022-08-16 20:24:27 -04:00