mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
gr: Diagnostic output now controlled by '-d' and '--debug' options
This commit is contained in:
parent
ec69d5fa4c
commit
b80964dac5
1 changed files with 0 additions and 2 deletions
|
@ -90,7 +90,6 @@ int main (int argc, char** argv)
|
|||
Grammar grammar;
|
||||
grammar.debug (debug);
|
||||
grammar.loadFromFile (file);
|
||||
std::cout << grammar.dump ();
|
||||
|
||||
// TODO Test commandLine against grammar.
|
||||
if (commandLine != "")
|
||||
|
@ -98,7 +97,6 @@ int main (int argc, char** argv)
|
|||
LR0 lr0;
|
||||
lr0.debug (debug);
|
||||
lr0.createParseTables (grammar);
|
||||
std::cout << lr0.dump ();
|
||||
|
||||
// TODO Run the parser.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue