Merge pull request #1832 from AleoHQ/abnf-input-titles

[ABNF] Refine the rule for input titles.
This commit is contained in:
Collin Chin 2022-05-23 12:57:01 -04:00 committed by GitHub
commit 082f6e1c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -369,7 +369,7 @@ input-expression = literal
input-item = identifier ":" input-type "=" input-expression ";"
input-title = "[" identifier "]"
input-title = "[" ( %s"public" / %s"private" / %s"constant" / %s"const" ) "]"
input-section = input-title *input-item