aboutsummaryrefslogtreecommitdiff
path: root/structs.py
diff options
context:
space:
mode:
Diffstat (limited to 'structs.py')
-rw-r--r--structs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.py b/structs.py
index adfd0e4..02693be 100644
--- a/structs.py
+++ b/structs.py
@@ -62,6 +62,8 @@ class TokenType(Enum):
LITERAL_TYPE = auto()
BOOL_TYPE = auto()
+ MANY = auto()
+
@dataclass
class Token:
type_: TokenType