Files
Plasma/debug/ast.json
SpookyDervish f9cd1dba29 VARIABLESSSS
2025-10-13 21:05:03 +11:00

19 lines
461 B
JSON

{
"type": "Program",
"statements": [
{
"AssignmentStatement": {
"type": "AssignmentStatement",
"name": {
"type": "IdentifierLiteral",
"value": "myVar"
},
"value": {
"type": "IntegerLiteral",
"value": 1
},
"value_type": "Bool"
}
}
]
}