Removed previous code from type-notation.go

This commit is contained in:
2022-09-27 15:48:47 -04:00
parent 4228d2b4cf
commit cd9de16338
4 changed files with 11 additions and 241 deletions

View File

@@ -26,6 +26,12 @@ data ro jObject:Obj
(324
438)
# TODO: at some point, have this syntax for object literals. terminate members
# with newlines.
# data ro jObject:Bird (
# .this 324
# .that 438)
data ro lMutIntegerArray16:Int:16:mut
data ro mExternalData:Int:8

View File

@@ -8,7 +8,7 @@ type ro bBitFields:Obj
ro that:Int & 1
ro this:Int 298 & 24
type ro cInit:Obj:(
type ro cInit:Obj
ro that:String "hello world"
ro this:Int 23