19 lines
461 B
JSON
19 lines
461 B
JSON
{
|
|
"type": "Program",
|
|
"statements": [
|
|
{
|
|
"AssignmentStatement": {
|
|
"type": "AssignmentStatement",
|
|
"name": {
|
|
"type": "IdentifierLiteral",
|
|
"value": "myVar"
|
|
},
|
|
"value": {
|
|
"type": "IntegerLiteral",
|
|
"value": 1
|
|
},
|
|
"value_type": "Bool"
|
|
}
|
|
}
|
|
]
|
|
} |