Files
hakorune/tests/json_v0/string_chain.json

11 lines
290 B
JSON
Raw Normal View History

2025-09-15 22:14:42 +09:00
{"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":[]
}}
]}