aboutsummaryrefslogtreecommitdiff
path: root/neb/structs.py
diff options
context:
space:
mode:
authormryouse2022-06-22 04:03:13 +0000
committermryouse2022-06-22 04:03:13 +0000
commit810d01108110901a290aa4d4a9cdf96187430d0d (patch)
tree4d8b1142e70b0c08426644ac35319febacb88228 /neb/structs.py
parent7e69cf2d253ba12055b827c584380438e2e0a70f (diff)
initial commit of user defined types!
Diffstat (limited to 'neb/structs.py')
-rw-r--r--neb/structs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/neb/structs.py b/neb/structs.py
index f3bdb36..1cb2adc 100644
--- a/neb/structs.py
+++ b/neb/structs.py
@@ -40,6 +40,7 @@ class TokenType(Enum):
LIST_TYPE = auto()
LITERAL_TYPE = auto()
BOOL_TYPE = auto()
+ USER_TYPE = auto()
MANY = auto()