Have almost got the RNGLR recognizer. Something is wrong with the GSS, I think when it's built. It seems to sometimes have parents as children, or something.
This commit is contained in:
@@ -20,6 +20,7 @@ class Symbol {
|
||||
Symbol(std::string name, bool isTerminal, NodeTree<Symbol*>* tree);
|
||||
~Symbol();
|
||||
bool const operator==(const Symbol &other);
|
||||
bool const operator!=(const Symbol &other);
|
||||
std::string getName();
|
||||
std::string toString();
|
||||
Symbol* clone();
|
||||
|
||||
Reference in New Issue
Block a user