Skip to content

Commit

Permalink
improve invoke trailer in E dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvergnaud committed Nov 27, 2022
1 parent 7fd5a5a commit 7bca4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Grammars/src/antlr4/prompto/parser/EParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ invocation_expression:
;

invocation_trailer:
{$parser.willBeIn(EParser.LF, EParser.DEDENT)}?
{$parser.afterWillBeIn(EParser.WS, EParser.RPAR, EParser.RBRAK, EParser.RCURL, EParser.LF, EParser.DEDENT)}?
;

selectable_expression:
Expand Down

0 comments on commit 7bca4ee

Please sign in to comment.