mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 23:23:50 +03:00
[ABNF] Fix rule for conditional expressions.
The test of the expression should have been a disjunctive expression. This was an oversight when the rules were written.
This commit is contained in:
parent
8f7485977a
commit
80e2b14c8c
@ -871,7 +871,7 @@ disjunctive-expression = conjunctive-expression
|
|||||||
; Finally we have conditional expressions.
|
; Finally we have conditional expressions.
|
||||||
|
|
||||||
conditional-expression = disjunctive-expression
|
conditional-expression = disjunctive-expression
|
||||||
/ conditional-expression
|
/ disjunctive-expression
|
||||||
"?" expression
|
"?" expression
|
||||||
":" conditional-expression
|
":" conditional-expression
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user