-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
At least
struct Foo(name1: type1, $name2: type2, ...)
union Foo (
CASE1(type11, type12, ...),
CASE2(type21, type22, ...),
...
)
array type
In Welly-in-Python, the syntax for union uses braces, not round brackets. However, the contents of the brackets certainly look like comma-separated expressions, so the brackets should be round.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers