add ellipsis token

This commit is contained in:
mhoffm
2021-06-11 23:57:34 +02:00
parent 1b32606141
commit 94b188039a
6 changed files with 210 additions and 114 deletions

View File

@@ -54,10 +54,7 @@ foo = bar(x...)
(function_call
(identifier)
(function_arguments
(expression
(expr_term
(variable_expr
(identifier)))))))))))
(expression (expr_term (variable_expr (identifier)))) (ellipsis))))))))
==================
multiline function call