Skip to content

How convert stmt to code when i use astnode1? #36

@sasiyaluba

Description

@sasiyaluba
@dataclass
class Block(Stmt):
    stmts: list[Stmt]
    is_unchecked: bool = False

When i use astnode1, the FunctionDefinition has Block, but i don't know how convert stmts to function code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions