Skip to content

Commit

Permalink
refactor: Align CONDITIONED BY * EXCEPT BNF with others
Browse files Browse the repository at this point in the history
  • Loading branch information
KingMob committed Apr 19, 2024
1 parent 4fabca6 commit 875ea6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/inferenceql/query/base.bnf
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ density-event-group ::= '(' ws? density-event ws? ')'

conditioned-by-expr ::= model-expr ws #'(?i)CONDITIONED' ws #'(?i)BY' ws (conditioned-by-star-clause | density-event)
<conditioned-by-star-clause> ::= star (ws? conditioned-by-except-clause)?
conditioned-by-except-clause ::= #'(?i)EXCEPT' (ws? <'('> ws? model-var-list ws? <')'> | ws model-var-list)
conditioned-by-except-clause ::= #'(?i)EXCEPT' (ws model-var-list | ws? <'('> ws? model-var-list ws? <')'>)


incorporate-expr ::= #'(?i)INCORPORATE' ws relation-expr ws #'(?i)INTO' ws model-expr
Expand Down

0 comments on commit 875ea6c

Please sign in to comment.