{
"type": "Program",
"body": []
}
{
"type": "ImportDeclaration",
"value": ""
},
- variable name can only contain alphabetical characters
- variables can only store strings
{
"type": "VariableDeclaration",
"name": "",
"value": ""
},
{
"type": "VariableCall",
"name": ""
},
{
"type": "VariableReassign",
"name": "",
"value": ""
}
{
"type": "FunctionDeclaration",
"name": "",
"args": [],
"body": []
},
{
"type": "FunctionCall",
"name": "",
"args": [],
}