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:
@@ -28,6 +28,10 @@ const bool Symbol::operator==(const Symbol &other) {
|
||||
return( name == other.name && terminal == other.terminal);
|
||||
}
|
||||
|
||||
const bool Symbol::operator!=(const Symbol &other) {
|
||||
return(!this->operator==(other));
|
||||
}
|
||||
|
||||
std::string Symbol::getName() {
|
||||
return(name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user