develop #15

Merged
cromer merged 64 commits from develop into master 2023-02-23 01:11:48 -03:00
Showing only changes of commit d6532715bd - Show all commits

View File

@ -542,7 +542,7 @@ void obelisk::Parser::parseRule(obelisk::Rule& rule)
if (rightEntity == "")
{
throw obelisk::ParserException("missing left entity");
throw obelisk::ParserException("missing right entity");
}
if (verb == "")