pegged

Modules

dev
module pegged.dev
dynamic
module pegged.dynamic
examples
module pegged.examples
grammar
module pegged.grammar

Parser generation module for Pegged. The Pegged parser itself is in pegged.parser, generated from pegged.examples.peggedgrammar.

introspection
module pegged.introspection

This module contains function to inspect a Pegged grammar.

parser
module pegged.parser

This module was automatically generated from the following grammar:

peg
module pegged.peg

This module contains the engine behind Pegged, the expression templates building blocks to create a top-down recursive-descent parser.

performancetest
module pegged.performancetest
tester
module pegged.tester
tohtml
module pegged.tohtml