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
43b2cff5b7dc2d6ba90e7314ce7fd04f803c2860
core
/
lexer
T
History
amery
43b2cff5b7
lexer: introduce Position.Next()/Position.NextLine() factories
...
Signed-off-by: Alejandro Mery <
amery@jpi.io
>
2023-09-04 13:24:17 +00:00
..
error.go
lexer: add Hint to Error, which is expanded as "%s" instead of "%q"
2023-09-03 16:34:56 +00:00
lexer.go
lexer: extend Run() to treat io.EOF as non-error termination
2023-08-30 01:50:12 +01:00
position.go
lexer: introduce Position.Next()/Position.NextLine() factories
2023-09-04 13:24:17 +00:00
reader.go
lexer: introduce Reader.Accept()/AcceptAll()
2023-08-29 13:26:49 +00:00
runes.go
lexer: introduce NewIsInRunes() shortcut for NewIsIn()
2023-08-31 14:28:57 +00:00