Skip to content

Lazy evaluation #37

Open
Open
@jespercockx

Description

@jespercockx

Our evaluator is already set up with the possibility of lazy evaluation, all we'd need to do is the following:

  • Keep track of which values in the environment have already been evaluated
  • Add a new 'update' frame for updating a value in the environment with the current focus term
  • Push an update frame to the stack whenever we start evaluating an unevaluated variable.

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