diff --git a/src/parser.cpp b/src/parser.cpp index c553891..bef1777 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -243,7 +243,7 @@ std::unique_ptr 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() -{ -}