aboutsummaryrefslogtreecommitdiffstats
path: root/lexer.go
AgeCommit message (Expand)AuthorFilesLines
2025-12-01Get rid of struct tokenRose Hogenson1-17/+12
2025-11-22Improve error handlingRose Hogenson1-5/+4
2025-11-18Holy shit fuzzing is so coolRose Hogenson1-5/+13
2025-10-30Set the lexer as a field on parserRose Hogenson1-4/+0
2025-10-30Use a classic struct iterator instead of iter.PullRose Hogenson1-67/+45
2025-10-30Remove the regexesRose Hogenson1-29/+65
2025-10-28Rename to cclRose Hogenson1-1/+1
2025-10-26Fix typoRose Hogenson1-1/+1
2025-10-26Separate the lexerRose Hogenson1-0/+105