fix typo and extra method
This commit is contained in:
parent
43f8f292ff
commit
6078437487
@ -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()
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user