mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 12:59:05 +08:00
update
This commit is contained in:
@@ -106,7 +106,7 @@ void abstract_syntax_tree::print_tree_block(const int n)
|
||||
for(int i=0;i<n;++i)
|
||||
__str+="| ";
|
||||
std::cout<<__str;
|
||||
print_parse_token(node_type);
|
||||
print_ast_type(node_type);
|
||||
switch(node_type)
|
||||
{
|
||||
case __number: std::cout<<": "<<var_number;break;
|
||||
|
||||
Reference in New Issue
Block a user