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

Simple parsing using mxTextTools
 
See the /doc subdirectory for introductory and
general documentation.  See license.txt for licensing
information.  (This is a BSD-licensed package).

 
Package Contents
        __init__ -- Simple parsing using mxTextTools
baseparser -- Base class for real-world parsers (such as parser.Parser)
common (package) -- Common (library) definitions
dispatchprocessor -- Dispatch-processor API
error -- Definition of the ParserSyntaxError raised on parse failure
examples (package) -- Examples of use for the SimpleParse parser generator
generator -- Abstract representation of an in-memory grammar that generates parsers
objectgenerator -- Object-oriented tag-table generator objects
parser -- Real-world parsers using the SimpleParse EBNF
printers -- Utility to print Python code for a given generator object's element tokens
processor -- Definitions of the MethodSource and Processor APIs
setup -- Installs SimpleParse using distutils
setupstt -- Distutils Extensions needed for the mx Extensions.
simpleparsegrammar -- Default SimpleParse EBNF grammar as a generator with productions
stt (package) -- SimpleParse' built-in version of the mxTextTools text-processing engine
tests (package) -- Package of test scripts, is a package to make setup.py include it :)
xml (package) -- XML Parsing package

 
Data
        __path__ = ['/home/mcfletch/pylive/simpleparse']