|
|
__init__(self,
pth,
options={})
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
|
|
|
|
|
|
|
|
|
load_grammar(self)
Function used to create ext-language specific grammarObjects that
contain dfa parser tables. |
|
|
|
|
| create_rules(self,
lines) |
|
|
|
|
_merge_ext(self,
f_ext)
Create a new set of lines reading Grammar + Grammar.ext. |
|
|
|
|
| write_merged_grammar(self,
grammar) |
|
|
|
|
map_symbols(self,
f_symbol,
gram_lines)
Create new langlet specific xxx_symbol.py file. |
|
|
|
|
|
|
|
| global_grammar_path(self) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| map_extended(self,
rules) |
|
|
|
|
| post_process_line(self,
line) |
|
|
|
|
| _write_extended(self,
f_symbol) |
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|