Initial commit
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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 ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user