Files
hakorune/tests/json_v0/logical_nested.json

12 lines
338 B
JSON
Raw Permalink Normal View History

2025-09-15 22:14:42 +09:00
{"version":0,"kind":"Program","body":[
{"type":"Return","expr":{
"type":"Logical","op":"&&",
"lhs":{"type":"Bool","value":true},
"rhs":{"type":"Logical","op":"||",
"lhs":{"type":"Bool","value":false},
"rhs":{"type":"Compare","op":"<","lhs":{"type":"Int","value":1},"rhs":{"type":"Int","value":2}}
}
}}
]}