mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
LR0: Diagnostics now controlled by ::debug
- Added ::parse stub
This commit is contained in:
parent
0ff2ebb37f
commit
ec69d5fa4c
2 changed files with 28 additions and 20 deletions
|
@ -36,6 +36,7 @@ class LR0
|
|||
public:
|
||||
LR0 ();
|
||||
void createParseTables (const Grammar&);
|
||||
void parse (const std::string&);
|
||||
void debug (bool);
|
||||
std::string dump () const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue