Files
hakorune/tests/json_v0/arith.json

9 lines
241 B
JSON
Raw Normal View History

2025-09-15 22:14:42 +09:00
{"version":0,"kind":"Program","body":[
{"type":"Return","expr":{
"type":"Binary","op":"+",
"lhs":{"type":"Int","value":1},
"rhs":{"type":"Binary","op":"*","lhs":{"type":"Int","value":2},"rhs":{"type":"Int","value":3}}
}}
]}