mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-11 10:22:33 +03:00
trailing comma in circuit construction expression
This commit is contained in:
parent
124235c15d
commit
bd9297499e
@ -756,7 +756,7 @@ array-expression = array-construction
|
||||
; so they are syntactically identical but semantically different.
|
||||
|
||||
circuit-construction = circuit-type "{"
|
||||
circuit-inline-element *( "," circuit-inline-element )
|
||||
circuit-inline-element *( "," circuit-inline-element ) [ "," ]
|
||||
"}"
|
||||
|
||||
circuit-inline-element = identifier ":" expression / identifier
|
||||
|
Loading…
Reference in New Issue
Block a user