Var args sort of working, but I feel like all this stuff will need to get yanked out
or tested and refactored
This commit is contained in:
@@ -456,7 +456,7 @@ parse_lambda(Token *token){
|
||||
|
||||
params.add(param);
|
||||
}
|
||||
else compiler_error(name, "Expected [Identifier] or [...] when parsing lambda arguments");
|
||||
else compiler_error(name, "Expected [Identifier] or [..] when parsing lambda arguments");
|
||||
|
||||
if(!token_match(TK_Comma))
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user