This website requires JavaScript.
Explore
Help
Sign In
asciigoat
/
core
Watch
1
Fork
0
You've already forked core
Code
Issues
Pull Requests
Projects
Releases
Activity
Files
16f39fb87b79843f65055d789493b0739df7e0e1
core
/
lexer
T
History
amery
16f39fb87b
Merge branch 'pr-amery-lexer-extra' into next-amery
2023-08-29 23:35:48 +00:00
..
error.go
lexer: ErrUnacceptableRune and ErrNotImplemented
2023-08-29 23:30:44 +00:00
lexer.go
lexer: introduce StateFn and the basic state machine loop
2023-08-29 15:11:51 +00:00
position.go
lexer: introduce a Position (Line, Column) handler
2023-08-29 16:22:59 +00:00
reader.go
lexer: introduce Reader.Accept()/AcceptAll()
2023-08-29 13:26:49 +00:00
runes.go
lexer: NewIsNot(), NewIsIn(), NewIsOneOf()
2023-08-29 23:30:51 +00:00