Extracted from Pike v7.4 release 341 at 2005-11-21.
pike.ida.liu.se
[Top]
predef::
Parser
Parser.LR
Parser.LR.GrammarParser

Method Parser.LR.GrammarParser.make_parser_from_file()


Method make_parser_from_file

int|Parser Parser.LR.GrammarParser.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