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
605 B
29 lines
605 B
{
|
|
"kind" : "Program",
|
|
"location" : [ 1, 1, 1, 6 ],
|
|
"declarations" : [ ],
|
|
"statements" : [ {
|
|
"kind" : "ExprStmt",
|
|
"location" : [ 1, 1, 1, 5 ],
|
|
"expr" : {
|
|
"kind" : "BinaryExpr",
|
|
"location" : [ 1, 1, 1, 5 ],
|
|
"left" : {
|
|
"kind" : "IntegerLiteral",
|
|
"location" : [ 1, 1, 1, 1 ],
|
|
"value" : 6
|
|
},
|
|
"operator" : "*",
|
|
"right" : {
|
|
"kind" : "IntegerLiteral",
|
|
"location" : [ 1, 5, 1, 5 ],
|
|
"value" : 9
|
|
}
|
|
}
|
|
} ],
|
|
"errors" : {
|
|
"errors" : [ ],
|
|
"kind" : "Errors",
|
|
"location" : [ 0, 0, 0, 0 ]
|
|
}
|
|
} |