develop #8

Merged
cromer merged 11 commits from develop into master 2022-11-29 00:09:38 -03:00
Showing only changes of commit 6078437487 - Show all commits

View File

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