New update

This commit is contained in:
Valk Richard Li
2019-10-10 10:33:14 -05:00
committed by GitHub
parent e0db38cd22
commit 90fdc152df
5 changed files with 25 additions and 23 deletions
+1 -1
View File
@@ -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&);