Skip to content

Tag dosen't have a field in it, generate wrong codes in python. #55

Closed
@kanghyojun

Description

@kanghyojun
union status
    = run
    | stop
    ;

it will be compiled to

class Status(enum.Enum):

    __slots__ = (
        ,
    )
    ...

Metadata

Metadata

Assignees

Labels

cmp:compilerComponent: Compiler backend (e.g., annotation processors, code generators)target:pythontyp:bugType: Bug/defect

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions