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.
24 lines
488 B
24 lines
488 B
4 years ago
|
{
|
||
|
"kind" : "Program",
|
||
|
"location" : [ 1, 1, 1, 3 ],
|
||
|
"declarations" : [ ],
|
||
|
"statements" : [ {
|
||
|
"kind" : "ExprStmt",
|
||
|
"location" : [ 1, 1, 1, 2 ],
|
||
|
"expr" : {
|
||
|
"kind" : "UnaryExpr",
|
||
|
"location" : [ 1, 1, 1, 2 ],
|
||
|
"operator" : "-",
|
||
|
"operand" : {
|
||
|
"kind" : "IntegerLiteral",
|
||
|
"location" : [ 1, 2, 1, 2 ],
|
||
|
"value" : 1
|
||
|
}
|
||
|
}
|
||
|
} ],
|
||
|
"errors" : {
|
||
|
"errors" : [ ],
|
||
|
"kind" : "Errors",
|
||
|
"location" : [ 0, 0, 0, 0 ]
|
||
|
}
|
||
|
}
|