[Top]
7.2::
LR
LR.Grammar_parser
|
Method LR.Grammar_parser.make_parser()
- Method
make_parser
-
parser LR.Grammar_parser.make_parser(string str, object|void m)
- Description
-
Compiles the parser-specification given in the first argument.
Named actions are taken from the object if available, otherwise
left as is.
- Bugs
-
Returns error-code in both Grammar_parser.error and
return_value->error.
|