11 lines
290 B
JSON
11 lines
290 B
JSON
|
|
{"version":0,"kind":"Program","body":[
|
||
|
|
{"type":"Return","expr":{
|
||
|
|
"type":"Method","recv":{
|
||
|
|
"type":"Method","recv":{"type":"Str","value":"abcd"},
|
||
|
|
"method":"substring","args":[{"type":"Int","value":1},{"type":"Int","value":3}]
|
||
|
|
},
|
||
|
|
"method":"length","args":[]
|
||
|
|
}}
|
||
|
|
]}
|
||
|
|
|