#include <iparser.hh>
Inheritance diagram for IParser:
Public Methods | |
virtual bool | parse (PropRegistry ®istry, ITokenSpec &tSpec, IScannerSpec &sSpec, IParserSpec &pSpec)=0 |
If the program is compiled with the DEBUG switch on, an IParser implementation should recognise the "debug" option (a string provided as a vewlu for the key "debug" in the options registry. If letter 's' appears in this options's value, then the scanner debugging features will b enabled. If the 'p' character appears into the option's value, the parser's debug features will be enabled.
Definition at line 67 of file iparser.hh.
|
Reimplemented in LexYaccParser. |