瀏覽代碼

let rhs be a full expression in an infix call

master
Martin Dørum 3 年之前
父節點
當前提交
a8742666a8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      lib/parse/parse.c

+ 1
- 1
lib/parse/parse.c 查看文件

@@ -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…
取消
儲存