mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-23 11:28:45 +08:00
Update abstract syntax tree
This commit is contained in:
@@ -4,11 +4,12 @@
|
||||
|
||||
class ASTree
|
||||
{
|
||||
public:
|
||||
protected:
|
||||
int line;
|
||||
int type;
|
||||
std::string content;
|
||||
std::list<ASTree> children;
|
||||
public:
|
||||
ASTree()
|
||||
{
|
||||
line=0;
|
||||
|
||||
Reference in New Issue
Block a user