use double quotes here
This commit is contained in:
parent
47684dfb38
commit
1b1653b593
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
; - alternatives are ordered
|
||||
|
||||
function-kind = "proc" / "iter"
|
||||
proc-decl = function-kind ident ["*"] "(" [proc-decl-args] ")" [":" ident] *stmt 'end'
|
||||
proc-decl = function-kind ident ["*"] "(" [proc-decl-args] ")" [":" ident] *stmt "end"
|
||||
proc-decl-args = symbol-type-pair *("," symbol-type-pair)
|
||||
symbol-type-pair = ident ":" ident
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue