From 91a8c05961831454ba8a2be261cc4f8b762d0e0c Mon Sep 17 00:00:00 2001 From: mryouse Date: Fri, 17 Jun 2022 04:10:10 +0000 Subject: variadic functions --- structs.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'structs.py') 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 -- cgit v1.2.3