Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

brilirs: Add call support #103

Merged
merged 1 commit into from
Jan 3, 2021
Merged

brilirs: Add call support #103

merged 1 commit into from
Jan 3, 2021

Commits on Jan 1, 2021

  1. brilirs: Add call support

    This is a simple recursive implementation of the `call` operation (both
    in the value and effect contexts). I originally tried an iterative version,
    but the borrow checker gave me a tough fight. This is much more readable
    than tracking a stack of function call environments directly anyway.
    yati-sagade committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    9117d1d View commit details
    Browse the repository at this point in the history