Separate the toString and toDOT methods.

This commit is contained in:
Nathan Braswell
2013-05-20 22:59:57 -04:00
parent d2698cf203
commit 200cff6ab4
5 changed files with 27 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ class ParseRule {
void appendToRight(Symbol* appendee);
std::string toString();
std::string toDOT();
private:
int pointerIndex;