Created structs needed to represent a data section
This commit is contained in:
@@ -15,13 +15,23 @@ data wr integerArrayInitialized:{Int 16}
|
||||
340 0 2304 0 4785 92
|
||||
|
||||
data wr object:Obj
|
||||
: this 324
|
||||
: that 2139
|
||||
, this 324
|
||||
, that 2139
|
||||
|
||||
data wr nestedObject:Obj
|
||||
: this
|
||||
: bird0 324
|
||||
: bird1 "hello world"
|
||||
: that
|
||||
: bird2 123.8439
|
||||
: bird3 9328.21348239
|
||||
, this
|
||||
, bird0 324
|
||||
, bird1 "hello world"
|
||||
, that
|
||||
, bird2 123.8439
|
||||
, bird3 9328.21348239
|
||||
|
||||
|
||||
# parsing an object literal
|
||||
func rr main
|
||||
---
|
||||
[let object:Obj
|
||||
, this 324
|
||||
, that 2139]
|
||||
|
||||
let object:Obj , this 324 , that 2139
|
||||
|
||||
Reference in New Issue
Block a user