fix typo and extra method

This commit is contained in:
Chris Cromer 2022-11-10 19:44:06 -03:00
parent 43f8f292ff
commit 6078437487
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 1 additions and 5 deletions

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()
{
}