You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
973 B
43 lines
973 B
4 years ago
|
{
|
||
|
"kind" : "Program",
|
||
|
"location" : [ 1, 1, 1, 18 ],
|
||
|
"declarations" : [ ],
|
||
|
"statements" : [ {
|
||
|
"kind" : "ExprStmt",
|
||
|
"location" : [ 1, 1, 1, 17 ],
|
||
|
"expr" : {
|
||
|
"kind" : "IfExpr",
|
||
|
"location" : [ 1, 1, 1, 17 ],
|
||
|
"condition" : {
|
||
|
"kind" : "BinaryExpr",
|
||
|
"location" : [ 1, 6, 1, 10 ],
|
||
|
"left" : {
|
||
|
"kind" : "IntegerLiteral",
|
||
|
"location" : [ 1, 6, 1, 6 ],
|
||
|
"value" : 1
|
||
|
},
|
||
|
"operator" : ">",
|
||
|
"right" : {
|
||
|
"kind" : "IntegerLiteral",
|
||
|
"location" : [ 1, 10, 1, 10 ],
|
||
|
"value" : 2
|
||
|
}
|
||
|
},
|
||
|
"thenExpr" : {
|
||
|
"kind" : "IntegerLiteral",
|
||
|
"location" : [ 1, 1, 1, 1 ],
|
||
|
"value" : 3
|
||
|
},
|
||
|
"elseExpr" : {
|
||
|
"kind" : "IntegerLiteral",
|
||
|
"location" : [ 1, 17, 1, 17 ],
|
||
|
"value" : 4
|
||
|
}
|
||
|
}
|
||
|
} ],
|
||
|
"errors" : {
|
||
|
"errors" : [ ],
|
||
|
"kind" : "Errors",
|
||
|
"location" : [ 0, 0, 0, 0 ]
|
||
|
}
|
||
|
}
|