Merge branch 'fix_attr_function_calls' into develop
Conflicts: src/test_module.cpp
This commit is contained in:
@@ -1319,9 +1319,10 @@ namespace chaiscript
|
||||
}
|
||||
} while (Char(','));
|
||||
}
|
||||
build_match(std::make_shared<eval::Arg_List_AST_Node>(), prev_stack_top);
|
||||
}
|
||||
|
||||
build_match(std::make_shared<eval::Arg_List_AST_Node>(), prev_stack_top);
|
||||
|
||||
SkipWS(true);
|
||||
|
||||
return retval;
|
||||
|
Reference in New Issue
Block a user