fix incorrect enum
This commit is contained in:
parent
d8ae5e1b95
commit
2f54f13b54
@ -40,7 +40,7 @@ int obelisk::Lexer::getToken()
|
|||||||
|
|
||||||
if (getIdentifier() == "rule")
|
if (getIdentifier() == "rule")
|
||||||
{
|
{
|
||||||
return Token::kTokenFact;
|
return Token::kTokenRule;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (getIdentifier() == "action")
|
if (getIdentifier() == "action")
|
||||||
|
Loading…
Reference in New Issue
Block a user