Added RET keyword
This commit is contained in:
@@ -128,6 +128,7 @@ class Keywords(Enum):
|
||||
PRE = "pre"
|
||||
POST = "post"
|
||||
ISA = "isa"
|
||||
RET = "ret"
|
||||
|
||||
|
||||
class Tokenizer:
|
||||
|
||||
Reference in New Issue
Block a user