mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Grammar fix.
This commit is contained in:
@@ -414,7 +414,7 @@ constant_expr
|
||||
param_path_element
|
||||
: '[' expr ']'
|
||||
| '[' expr DOTDOT expr ']'
|
||||
| '.' IDENT
|
||||
| '.' primary_expr
|
||||
;
|
||||
|
||||
param_path
|
||||
|
||||
Reference in New Issue
Block a user