proxy.golang.org : github.com/alecthomas/parser : v0.7.1
Package participle constructs parsers from definitions in struct tags and parses directly into those structs. The approach is philosophically similar to how other marshallers work in Go, "unmarshalling" an instance of a grammar into a struct. The supported annotation syntax is: Here's an example of an EBNF grammar.
Registry -
Documentation -
Download -
JSON -
codemeta.json
purl: pkg:golang/github.com/alecthomas/parser@v0.7.1
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1
- github.com/davecgh/go-spew v1.1.1
- github.com/stretchr/testify v1.4.0