|
|
||
|---|---|---|
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| examples_test.go | ||
| go.mod | ||
| go.sum | ||
| 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.