RNGLR Recognizer now works for grammers without null rules.
This commit is contained in:
@@ -33,6 +33,8 @@ class ParseRule {
|
||||
int getRightSize();
|
||||
int getIndex();
|
||||
|
||||
std::vector<NodeTree<Symbol*>*>* nullReductions();
|
||||
|
||||
bool advancePointer();
|
||||
bool isAtEnd();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user