Its just as I feared. Identifier parsing doesn't work!

This commit is contained in:
Sasha Koshka 2022-08-24 23:50:16 -04:00
parent e74aff3299
commit fa1d8efe55
2 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@ data ro nestedObject:Obj
.this .this
.bird0 324 .bird0 324
.bird1 "hello world" .bird1 "hello world"
data ro object:Obj data ro object:thing.thing.thing.thing
.that 2139 .that 2139
.this 324 .this 324
`, test) `, test)

View File

@ -22,7 +22,8 @@ data ro integerArrayInitialized:{Int 16}
# data wr mutIntegerPointerInit:{Int}:mut [& integer] # data wr mutIntegerPointerInit:{Int}:mut [& integer]
data ro object:Obj # TODO: maybe test identifiers somewhere else?
data ro object:thing.thing.thing.thing
.this 324 .this 324
.that 2139 .that 2139