Skip to content

Commit

Permalink
subtle whitespace bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hudlow committed Dec 26, 2024
1 parent 19e0ab8 commit 679a76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cel.peggy
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Access

Primary
= Literal
/ "."? S name:Identifier !(S [({]) !("." S Identifier|1.., S "." S| S "{")
/ "."? S name:Identifier !(S [({]) !(S "." S Identifier|1.., S "." S| S "{")
{ return builder.newIdentExpr(offset(), name) }
/ "."? S identifier:Identifier S "(" args:ExprList ")"
{ return builder.newCallExpr(offset(), identifier, args) }
Expand Down

0 comments on commit 679a76d

Please sign in to comment.