mirror of
https://github.com/AleoHQ/leo.git
synced 2025-01-03 15:28:05 +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.
|
||||
|
||||
conditional-expression = disjunctive-expression
|
||||
/ conditional-expression
|
||||
/ disjunctive-expression
|
||||
"?" expression
|
||||
":" conditional-expression
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user