Skip to content
Snippets Groups Projects
Commit 92cdd90b authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Allow nested -> without parentheses.

parent 3ae5c0df
Branches
No related merge requests found
......@@ -2122,7 +2122,7 @@ match_fit
)
( // if there's an arrow after the match, we have a submatch reference
ARROW i: UNSIGNED_INT { ret.reset(new Submatch(ret, token_ref_to_int(i))); }
)?
)*
;
match_var_val
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment