Manual: grammar_language

class Command extends object
not documented
volatile
+call(self, actions, args, argl)
self not documented
actions not documented
args not documented
argl not documented
returns not documented
not documented
volatile
+init(self, name, args)
self not documented
name not documented
args not documented
returns not documented
not documented
volatile
class Grab extends object
not documented
volatile
+call(self, actions, args, argl)
self not documented
actions not documented
args not documented
argl not documented
returns not documented
not documented
volatile
+init(self, index)
self not documented
index not documented
returns not documented
not documented
volatile
class Group extends object
not documented
volatile
+call(self, actions, args, argl)
self not documented
actions not documented
args not documented
argl not documented
returns not documented
not documented
volatile
+init(self, args)
self not documented
args not documented
returns not documented
not documented
volatile
class SymbolTable extends object
not documented
volatile
+init(self, terminals = null, nonterminals = null, keywords = null)
self not documented
terminals not documented
nonterminals not documented
keywords not documented
returns not documented
not documented
volatile
keyword(self, name, smear = null)
self not documented
name not documented
smear not documented
returns not documented
not documented
volatile
nonterminal(self, name)
self not documented
name not documented
returns not documented
not documented
volatile
terminal(self, name)
self not documented
name not documented
returns not documented
not documented
volatile
actions : object
not documented
volatile
blank(actions, args, argl)
actions not documented
args not documented
argl not documented
returns not documented
not documented
volatile
build_language()
returns not documented
not documented
volatile
chartparser : module
not documented
volatile
default_smear(keyword)
keyword not documented
returns not documented
not documented
volatile
dir : path
not documented
volatile
import : Import
not documented
volatile
invoker(actions, argl...)
actions not documented
argl not documented
returns not documented
not documented
volatile
language : object
not documented
volatile
main()
returns not documented
not documented
volatile
make_command(rhs, command, production)
rhs not documented
command not documented
production not documented
returns not documented
not documented
volatile
make_rule(lhs, production)
lhs not documented
production not documented
returns not documented
not documented
volatile
name = "grammar_language"
not documented
volatile
read_file(filename, source = null)
filename not documented
source not documented
returns not documented
not documented
volatile
read_string(string, source = null)
string not documented
source not documented
returns not documented
not documented
volatile
read_tokens(tokens, source = null)
tokens not documented
source not documented
returns not documented
not documented
volatile
tokenizer : module
not documented
volatile