|
|
||
|---|---|---|
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
| parsekit.go | ||
| parser_combinators.go | ||
| parser_combinators_test.go | ||
| peek.go | ||
| statehandler_emit.go | ||
| statehandler_expects.go | ||
| statehandler_on.go | ||
| statehandler_on_match.go | ||
| statehandler_on_route.go | ||
| statehandler_routing.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.