|
|
__init__(self,
fiber)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
|
|
|
|
createGrammarObject(self,
PyGrammar)
Function used to create ext-language specific grammarObjects that
contain dfa parser tables. |
|
|
|
|
mapSymbols(self,
grammarObj)
A new language specific symbol.py file will be created. |
|
|
|
|
| eetransform(self,
cst,
**kwd) |
|
|
|
|
|
|
|
| eeparse_source(self,
source,
start_symbol) |
|
|
|
|
| eeparse_expr(self,
source) |
|
|
|
|
| eeparse_suite(self,
source) |
|
|
|
|
| eecompile_cst(self,
node,
**kwd) |
|
|
|
|
|
|
|
|
|
|
| try_compile(self,
cst,
**kwd) |
|
|
|
|
eecompile_file(self,
filename,
**kwd)
Compile file according to a specific extension language into a
Python module. |
|
|
|
Inherited from eecommon.EEShow:
maybe_show_cst_after,
maybe_show_cst_before,
maybe_show_python,
maybe_show_token
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|