data-section #3

Merged
sashakoshka merged 42 commits from data-section into main 2022-08-17 18:21:20 +00:00
2 changed files with 5 additions and 6 deletions
Showing only changes of commit d78f150336 - Show all commits

View File

@ -58,10 +58,8 @@ data wr integerArrayInitialized:{Int 16}
92
data wr integerArrayVariable:{Int ..}
data wr integerPointer:{Int}
data wr integerPointerInit:{Int} [& integer]
data wr mutInteger:Int:mut 3202
data wr mutIntegerPointer:{Int}:mut
data wr mutIntegerPointerInit:{Int}:mut [& integer]
data wr nestedObject:Obj
.that
.bird2 123.8439
@ -70,8 +68,8 @@ data wr nestedObject:Obj
.bird0 324
.bird1 "hello world"
data wr object:Obj
.this 324
.that 2139
.this 324
`, test)
}

View File

@ -16,10 +16,11 @@ data wr integerArrayVariable:{Int ..}
data wr integerArrayInitialized:{Int 16}
3948 293 293049 948 912
340 0 2304 0 4785 92
data wr integerPointerInit:{Int} #[& integer]
data wr mutIntegerPointerInit:{Int}:mut #[& integer]
# TODO: reinstate these two after phrase parsing is implemented
# data wr integerPointerInit:{Int} [& integer]
# data wr mutIntegerPointerInit:{Int}:mut [& integer]
data wr object:Obj
.this 324