|
||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
example_dutchpostcode_test.go | ||
examples_test.go | ||
go.mod | ||
matcher.go | ||
matcher_builtin.go | ||
matcher_builtin_test.go | ||
parsekit.go | ||
parsekit_test.go | ||
statehandler.go | ||
statehandler_emit.go | ||
statehandler_on.go | ||
stringbuf.go | ||
stringbuf_test.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.