forked from xxq250/Nasal-Interpreter
Update
This commit is contained in:
@@ -19,6 +19,7 @@ class var
|
||||
std::string name;
|
||||
std::list<var> balloon_array;
|
||||
std::list<var> balloon_hash;
|
||||
abstract_syntax_tree function;
|
||||
public:
|
||||
var()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user