Method Parser.LR.GrammarParser.make_parser_from_file()


Method make_parser_from_file

int|Parser make_parser_from_file(string fname, object|void m)

Description

Compiles the file specified in the first argument into an LR parser.

See also

make_parser