Merge pull request #1853 from AleoHQ/abnf-in-out-exprs

[ABNF] Relax input and output expressions.
This commit is contained in:
Collin Chin 2022-06-02 11:45:50 -04:00 committed by GitHub
commit 53e5dfbb02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ";"