LR0: Diagnostics now controlled by ::debug

- Added ::parse stub
This commit is contained in:
Paul Beckingham 2015-12-26 14:41:10 -05:00
parent 0ff2ebb37f
commit ec69d5fa4c
2 changed files with 28 additions and 20 deletions

View file

@ -36,6 +36,7 @@ class LR0
public:
LR0 ();
void createParseTables (const Grammar&);
void parse (const std::string&);
void debug (bool);
std::string dump () const;