feature/fact_knowledge_base #7

Merged
cromer merged 7 commits from feature/fact_knowledge_base into develop 2022-11-29 00:07:51 -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;
}*/
}
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()
{
}