mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
LR0: No need to implement a do-nothing default constructor
This commit is contained in:
parent
928597c425
commit
67b497733f
2 changed files with 0 additions and 6 deletions
|
@ -33,11 +33,6 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
LR0::LR0 ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Given a grammar:
|
// Given a grammar:
|
||||||
// - Obtain the augmented grammar
|
// - Obtain the augmented grammar
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
class LR0
|
class LR0
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
LR0 ();
|
|
||||||
void initialize (const Grammar&);
|
void initialize (const Grammar&);
|
||||||
void parse (const std::string&);
|
void parse (const std::string&);
|
||||||
void debug (bool);
|
void debug (bool);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue