Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
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