This repository has been archived on 2024-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
arf/lexer
Sasha Koshka 0a31ea7bf8 Support for digraphs such as &&, <<, ++ 2022-08-11 02:54:20 -05:00
..
lexer.go Support for digraphs such as &&, <<, ++ 2022-08-11 02:54:20 -05:00
lexer_test.go Added naieve string and char literal parsing 2022-08-11 02:47:51 -05:00
numbers.go Added naieve string and char literal parsing 2022-08-11 02:47:51 -05:00
text.go Added naieve string and char literal parsing 2022-08-11 02:47:51 -05:00
token.go Test now prints out list of tokens 2022-08-10 15:02:08 -04:00