Files
Plasma/debug/ast.json

19 lines
461 B
JSON
Raw Normal View History

2025-10-13 17:41:07 +11:00
{
"type": "Program",
"statements": [
{
2025-10-13 21:05:03 +11:00
"AssignmentStatement": {
"type": "AssignmentStatement",
"name": {
"type": "IdentifierLiteral",
"value": "myVar"
},
"value": {
"type": "IntegerLiteral",
"value": 1
},
"value_type": "Bool"
2025-10-13 17:41:07 +11:00
}
}
]
}