Browse Source

let rhs be a full expression in an infix call

master
Martin Dørum 3 years ago
parent
commit
a8742666a8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/parse/parse.c

+ 1
- 1
lib/parse/parse.c View File

@@ -495,7 +495,7 @@ static int parse_expression(
return -1;
}

if (parse_arg_level_expression(lexer, gen, err) < 0) {
if (parse_expression(lexer, gen, err) < 0) {
return -1;
}


Loading…
Cancel
Save