Skip to content

Commit

Permalink
Language file update
Browse files Browse the repository at this point in the history
  • Loading branch information
spong committed Oct 23, 2023
1 parent 068b3cf commit 578985f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,12 @@ operatorExpression
primaryExpression
: constant #constantDefault
| qualifiedName #dereference
| functionExpression #function
| LP booleanExpression RP #parenthesizedExpression
| identifier LP (booleanExpression (COMMA booleanExpression)*)? RP #functionExpression
;

functionExpression
: identifier LP (ASTERISK | (booleanExpression (COMMA booleanExpression)*))? RP
;

rowCommand
Expand Down

0 comments on commit 578985f

Please sign in to comment.