Added RET keyword

This commit is contained in:
2020-07-07 11:34:40 +02:00
parent 56e1cb4587
commit c4399d631c
21 changed files with 245 additions and 87 deletions
+1
View File
@@ -128,6 +128,7 @@ class Keywords(Enum):
PRE = "pre"
POST = "post"
ISA = "isa"
RET = "ret"
class Tokenizer: