diff --git a/types/ds_types.anubis b/types/ds_types.anubis index a59eb99..8d97cd2 100644 --- a/types/ds_types.anubis +++ b/types/ds_types.anubis @@ -15,8 +15,12 @@ public type DS_Anubis_Type: one, bool, int, + word8, + word16, + word32, string, - float, + float32, + float64, ds_type (String type_name), extern_type (String type_name, String read). //external type. No need to check @@ -159,11 +163,15 @@ public define String )= if anb_type is { - one then "One", - bool then "Bool", - int then "Int", - string then "String", - float then "Float", + one then "One", + bool then "Bool", + int then "Int", + word8 then "Word8", + word16 then "Word16", + word32 then "Word32", + string then "String", + float32 then "Float32", + float64 then "Float64", ds_type(type_name) then type_name, extern_type(type_name, read) then type_name, } -- libgit2 0.21.4