Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Support recursive functions in capture #797

Merged
merged 1 commit into from
Jan 21, 2022
Merged

Support recursive functions in capture #797

merged 1 commit into from
Jan 21, 2022

Conversation

sophiajt
Copy link
Contributor

This fixes an issue when doing variable captures, where we'd capture recursively if functions were recursive (or mutually recursive). This avoids recalculating functions already in-progress to be calculated.

fixes #795

@sophiajt sophiajt merged commit 939745a into main Jan 21, 2022
@sophiajt sophiajt deleted the recursive_parse branch January 21, 2022 16:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

engine-q crashed when define one line function
1 participant