mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
Fixed a bug.
This commit is contained in:
@@ -344,7 +344,7 @@ abstract_syntax_tree balloon_parse::loop()
|
||||
}
|
||||
check_semi();
|
||||
get_token();
|
||||
if(this_token.type!=__semi)
|
||||
if(this_token.type!=__semi && this_token.type!=__right_curve)
|
||||
{
|
||||
parse.push(this_token);
|
||||
new_node.add_child(scalar());
|
||||
|
||||
Reference in New Issue
Block a user