This website requires JavaScript.
Explore
Help
Register
Sign In
fspl
/
arf
Archived
Watch
1
Star
1
Fork
0
You've already forked arf
Code
Issues
7
Pull Requests
Packages
Projects
Releases
Wiki
Activity
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.
ee9fa3a766
arf
/
lexer
History
Sasha Koshka
ee9fa3a766
Indentation tokens now carry their indentation level
...
They are no longer stored in sequence
2022-08-11 12:53:20 -05:00
..
lexer_test.go
Created indent test
2022-08-11 12:47:50 -05:00
lexer.go
Indentation tokens now carry their indentation level
2022-08-11 12:53:20 -05:00
numbers.go
Added new test for string and rune literals (which it passes)
2022-08-11 12:12:41 -05:00
text.go
Added support for hex, octal, and unicode escape sequences
2022-08-11 12:39:49 -05:00
token.go