Skip to content

[Compile] Generator functions with yield statement #45

@anistark

Description

@anistark

Implement generator functions and yield expressions.

Scope:

  • yield statement
  • Generator objects
  • yield from expressions
  • Generator methods (.send(), .close())

Dependencies: Issue #40

Metadata

Metadata

Assignees

No one assigned

    Labels

    core-languageBasic Python language featurespriority-mediumImportant but not blocking

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions