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

Allow non-call exprs in atsign-interpret #114

Closed
wants to merge 2 commits into from
Closed

Conversation

timholy
Copy link
Member

@timholy timholy commented Mar 7, 2019

Fixes #113. As a bonus, now we can interpret arbitrary expressions. From the tests:

@test @interpret(begin
    let x113 = 1, y113 = 2
        x113 + y113
    end
end) == 3

@timholy
Copy link
Member Author

timholy commented Mar 7, 2019

Hmm, this suffers from scope problems. I might try to find a different way.

@timholy timholy closed this Mar 7, 2019
@timholy timholy deleted the teh/fix_113 branch March 7, 2019 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant