Add new token: TokenType.BOOL
This commit is contained in:
@@ -21,6 +21,7 @@ class TokenType(Enum):
|
||||
INTEGER = 'integer'
|
||||
STRING = 'string'
|
||||
NOTE = 'note'
|
||||
BOOL = 'bool'
|
||||
TYPE = 'type'
|
||||
FUNCTION = 'function'
|
||||
RETURN = 'return'
|
||||
|
||||
Reference in New Issue
Block a user