peg-go

implementation of a Packrat parser generator in Go

Description

Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator. A Packrat parser is a descent recursive parser capable of backtracking. The generated parser searches for the correct parsing of the input.

This is the main package used to generate code.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/pointlander/peg


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install peg-go