Separate the toString and toDOT methods.
This commit is contained in:
@@ -20,6 +20,7 @@ class ParseRule {
|
||||
void appendToRight(Symbol* appendee);
|
||||
|
||||
std::string toString();
|
||||
std::string toDOT();
|
||||
|
||||
private:
|
||||
int pointerIndex;
|
||||
|
||||
Reference in New Issue
Block a user