Skip to content

Implement some type literals #8

@apt1002

Description

@apt1002

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

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions