This commit is contained in:
Valk Richard Li
2019-11-09 00:02:21 +08:00
committed by GitHub
parent da6fc18e3a
commit c5cc577eeb
5 changed files with 55 additions and 11 deletions

View File

@@ -194,6 +194,8 @@ class abstract_syntax_tree
var call_id();
var get_value();
void run_root();
void run_func();
void run_block(int);
};
#endif