diff options
| author | mryouse | 2022-07-06 01:55:50 +0000 | 
|---|---|---|
| committer | mryouse | 2022-07-06 01:55:50 +0000 | 
| commit | 6ee92c12a58637101e1cd54caea222630a2e9d4b (patch) | |
| tree | 137c3589a5b560f015e02562e6dc356fde5fa354 /neb/typeclass.py | |
| parent | 8b2996445fb91125d8c367ddac246ea3d2d05adc (diff) | |
add a type to types called :type
Diffstat (limited to 'neb/typeclass.py')
| -rw-r--r-- | neb/typeclass.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/neb/typeclass.py b/neb/typeclass.py index a6daaf9..75f61b1 100644 --- a/neb/typeclass.py +++ b/neb/typeclass.py @@ -10,6 +10,7 @@ class TypeEnum(Enum):      LITERAL = auto()      BOOL = auto()      HANDLE = auto() +    TYPE = auto()      USER = auto()      def __str__(self): | 
