12 lines
338 B
JSON
12 lines
338 B
JSON
|
|
{"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}}
|
||
|
|
}
|
||
|
|
}}
|
||
|
|
]}
|
||
|
|
|