fix typo and extra method

This commit is contained in:
2022-11-10 19:44:06 -03:00
parent 43f8f292ff
commit 6078437487

View File

@@ -243,7 +243,7 @@ std::unique_ptr<obelisk::ExpressionAST> obelisk::Parser::parseRule()
break;
}*/
}
while (true) //right side of Ruke
while (true) //right side of Rule
{
getNextToken();
if (getCurrentToken() != '"')
@@ -367,7 +367,3 @@ void obelisk::Parser::handleFact()
{
parseFact();
}
void obelisk::Parser::insertFact()
{
}