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.
29 lines
608 B
29 lines
608 B
4 years ago
|
{
|
||
|
"kind" : "Program",
|
||
|
"location" : [ 1, 1, 4, 1 ],
|
||
|
"declarations" : [ ],
|
||
|
"statements" : [ {
|
||
|
"kind" : "IfStmt",
|
||
|
"location" : [ 1, 1, 4, 1 ],
|
||
|
"condition" : {
|
||
|
"kind" : "BooleanLiteral",
|
||
|
"location" : [ 1, 4, 1, 7 ],
|
||
|
"value" : true
|
||
|
},
|
||
|
"thenBody" : [ {
|
||
|
"kind" : "ExprStmt",
|
||
|
"location" : [ 2, 5, 2, 9 ],
|
||
|
"expr" : {
|
||
|
"kind" : "BooleanLiteral",
|
||
|
"location" : [ 2, 5, 2, 9 ],
|
||
|
"value" : false
|
||
|
}
|
||
|
} ],
|
||
|
"elseBody" : [ ]
|
||
|
} ],
|
||
|
"errors" : {
|
||
|
"errors" : [ ],
|
||
|
"kind" : "Errors",
|
||
|
"location" : [ 0, 0, 0, 0 ]
|
||
|
}
|
||
|
}
|