The Char handlers determine on their own if they should handle things in byte or rune mode. |
||
---|---|---|
examples | ||
parse | ||
read | ||
tokenize | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
go.mod | ||
go.sum | ||
parsekit.go |
README.md
go-parsekit
A toolkit that facilitates writing text parsers, based on a flexible combination of parser/combinator technology and a parser state machine.