-
-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
This one looks fun™
Below is an example, as minimal as I could do.
The commented line is the one which fails.
All other lines are correctly parsed.
assign a = (a);
assign a = (a.a);
assign a = (a.a[a]);
assign a = (a.a[a.a]);
//assign a = (a.a[a.a[a]]); ERROR
assign a = a.a[a.a[a]];
assign a = (a[a.a[a]]);
assign a = (a.a[a[a]]);
assign a = (a.a[a.a]);
assign a = (a.a.a.a);
assign a = (a.a[a.a.a.a]);Current commit: d589921 (Mon Mar 10 14:56:16 2025 +0100) Update generated parser
PS: I confirm that the previous fix, for #17, worked 💚
Metadata
Metadata
Assignees
Labels
No labels