Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
segeljakt committed Jan 31, 2023
1 parent 4634aa0 commit f5f5a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc-lang/src/parser_utils.mly
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%public angle(x): "<" x ">" { $2 }

%public paren_seq(x):
| paren(seq(x)) { $2 }
| paren(seq(x)) { $1 }
| "()" { [] }

%public %inline epsilon: {}
Expand Down

0 comments on commit f5f5a02

Please sign in to comment.