Trees | Index | Help |
|
---|
|
__builtin__.object
:
The most base type
osets.Set
:
Sets: that is lists without order or repetition.
__builtin__.type
:
type(object) -> the object's type type(name, bases, dict) -> a
new type
exceptions.Exception
:
Common base class for all exceptions.
parser.YappyError
:
Class for all Yappy exceptions
parser.GrammarError
:
Class for input grammar errors
parser.LexicalError
:
Class for all Yappy Lexical analyser exceptions
parser.LexicalRulesErrorRE
:
An error occured parsing the RE part of a lexical rule
parser.LRConflictError
:
Conflicting actions in building LR parsing table.
parser.LRConflicts
:
Confliting actions in building LR parsing table.
parser.LRParserError
:
An error occured in LR parsing program
parser.SemanticError
:
An error occured in the application of a semantic action
parser.SLRConflictError
:
Confliting actions in building SLR parsing table.
parser.TableError
:
Mismatch table version
parser.CFGrammar
:
Class for context-free grammars
parser.LRBuildparser
:
Class for LR parser: without shelve and semantic rules(obsolete)
parser.LRparser
:
Class for LR parser
parser.Yappy
:
A basic class for parsing.
parser.Yappy_grammar
:
A parser for grammar rules.
parser.LRtable
:
Class for construction of a LR
table
parser.LALRtable1
:
Class for construction of LALR(1)
tables
parser.LALRtable
:
Class for construction of LALR tables
parser.LR1table
:
Class for construction of a LR1 table
parser.SLRtable
:
Class for construction of a SLR
table
parser.Lexer
:
Class for lexical analyser to use with the parser
parser.LogLR
:
Class for LR table construction report:
parser.Stack
:
A simple class to implement stacks
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Jul 19 10:36:01 2006 | http://epydoc.sf.net |