simpleparse.examples
index
/home/mcfletch/pylive/simpleparse/examples/__init__.py

Examples of use for the SimpleParse parser generator
 
Included are VRML97, EBNF and LISP parsers, as
well as a demonstration of using "pre-built"
parser nodes (particularly one based on the re
module).

 
Package Contents
        __init__ -- Examples of use for the SimpleParse parser generator
bad_declaration -- Demonstrates what happens when your declaration is syntactically incorrect
findlineset
findliterals
formatvrml -- Example using a parser to format VRML97 code as HTML w/CSS
lisp -- Basic LISP parser
prebuilt_call -- Example using pre-built "re" parsing object
py_ebnf -- This module defines a parser for the EBNF format used to define Python's grammar
simpleexample
simpleexample2_1
simpleexample2_2 -- Re-written version of simpleexample for 2.0
simpleexample2_3 -- Re-written version of simpleexample for 2.0
transformation -- A simple example of parsing
vrml -- VRML97-compliant Parser
vrml_erronfail -- VRML97-compliant Parser

 
Data
        __file__ = '/home/mcfletch/pylive/simpleparse/examples/__init__.pyc'
__name__ = 'simpleparse.examples'
__path__ = ['/home/mcfletch/pylive/simpleparse/examples']