function arguments are getting added to the AST!
This commit is contained in:
@@ -40,6 +40,7 @@ class TokenType(Enum):
|
||||
RBRACE = "RBRACE"
|
||||
COLON = "COLON"
|
||||
SEMICOLON = "SEMICOLON"
|
||||
COMMA = "COMMA"
|
||||
|
||||
# Keywords
|
||||
RETURN = "RETURN"
|
||||
|
||||
Reference in New Issue
Block a user