Grammar fix.

This commit is contained in:
Christoffer Lerno
2023-06-19 11:20:44 +02:00
parent f439539c6e
commit c3da240bc0

View File

@@ -414,7 +414,7 @@ constant_expr
param_path_element
: '[' expr ']'
| '[' expr DOTDOT expr ']'
| '.' IDENT
| '.' primary_expr
;
param_path