|
|
||
|---|---|---|
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| example_basiccalculator1_test.go | ||
| example_basiccalculator2_test.go | ||
| example_dutchpostcode_test.go | ||
| example_hellomatcher_test.go | ||
| example_helloparser1_test.go | ||
| example_helloparser2_test.go | ||
| examples_test.go | ||
| go.mod | ||
| parsehandler.go | ||
| parsehandler_emit.go | ||
| parsehandler_expects.go | ||
| parsehandler_on.go | ||
| parsehandler_route.go | ||
| parsekit.go | ||
| parsekit_test.go | ||
| stringbuf.go | ||
| stringbuf_test.go | ||
| tokenhandler.go | ||
| tokenhandlers_builtin.go | ||
| tokenhandlers_builtin_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.