mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-18 23:02:35 +03:00
Merge pull request #1853 from AleoHQ/abnf-in-out-exprs
[ABNF] Relax input and output expressions.
This commit is contained in:
commit
53e5dfbb02
@ -357,7 +357,7 @@ format-string = *format-string-element
|
||||
|
||||
input-type = primitive-type
|
||||
|
||||
input-expression = literal
|
||||
input-expression = expression
|
||||
|
||||
input-item = identifier ":" input-type "=" input-expression ";"
|
||||
|
||||
@ -372,7 +372,7 @@ input-file = *input-section
|
||||
; Output Grammar
|
||||
; --------------
|
||||
|
||||
output-expression = literal
|
||||
output-expression = expression
|
||||
|
||||
output-item = output-expression ";"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user