Skip to content

Handle lambdas in code gen #5

@emptyflash

Description

@emptyflash

Currently code generation is done in one pass, so there isn't a way to convert lambda functions into top level functions. There should be some sort of monadic state/backtracking mechanism to allow for operations like this.

Will probably require an elaboration/optimization step before code gen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions