mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
New update
This commit is contained in:
@@ -51,7 +51,7 @@ class nasal_hash
|
||||
class nasal_function
|
||||
{
|
||||
private:
|
||||
std::list<ast_tree_node> root;
|
||||
std::list<abstract_syntax_tree> root;
|
||||
public:
|
||||
nasal_function();
|
||||
nasal_function(const nasal_function&);
|
||||
|
||||
Reference in New Issue
Block a user