Parser generation module for Pegged. The Pegged parser itself is in pegged.parser, generated from pegged.examples.peggedgrammar.
This module contains function to inspect a Pegged grammar.
This module was automatically generated from the following grammar:
This module contains the engine behind Pegged, the expression templates building blocks to create a top-down recursive-descent parser.