mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 22:44:47 +03:00
update abnf to reflect recent changes
This commit is contained in:
parent
a5b692a765
commit
8482430299
Binary file not shown.
@ -314,7 +314,7 @@ function-declaration = %s"function" identifier
|
||||
|
||||
function-parameters = function-parameter *( "," function-parameter ) [ "," ]
|
||||
|
||||
function-parameter = [ %s"public" ] [ %s"const" ] identifier ":" type
|
||||
function-parameter = [ %s"public" / %s"const" ] identifier ":" type
|
||||
|
||||
declaration = function-declaration
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user