Skip to content

Commit

Permalink
Ada parser: remove workaround after unparser enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
thvnx committed Dec 16, 2024
1 parent 2ad6868 commit 50fa1ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ada/parser.lkt
Original file line number Diff line number Diff line change
Expand Up @@ -1096,11 +1096,8 @@ grammar ada_grammar {
"with"
"delta"
/
# TODO: We use a "?pick" parser below only to satisfy unparsing
# because this is actually not optional in the case of delta
# aggregates. See langkit#816.
AssocList+(
AggregateAssoc(?pick(delta_choice_list "=>") expr), ","
AggregateAssoc(delta_choice_list "=>" expr), ","
)
")"
)
Expand Down

0 comments on commit 50fa1ee

Please sign in to comment.