diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/lang/vm/value/type.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/lang/vm/value/type.go b/pkg/lang/vm/value/type.go index cd518d9..f294aaf 100644 --- a/pkg/lang/vm/value/type.go +++ b/pkg/lang/vm/value/type.go @@ -3,12 +3,12 @@ package value type TypeKind int const ( - IntType TypeKind = iota + NullType TypeKind = iota + IntType FloatType StringType BoolType ArrayType - NullType FunctionType ObjectType |
