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 Recursion #2

Closed
mmoult opened this issue May 29, 2024 · 1 comment
Closed

Allow Recursion #2

mmoult opened this issue May 29, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mmoult
Copy link
Owner

mmoult commented May 29, 2024

If we want to be spec compliant as we say, we should allow for recursion. Data must exist in the data array, not any stack frame, but we can have a list of ids in the stack frame which can be popped off at the OpReturn. We can also have a Stacked Data type which holds the bottom Data and the top Data (at the return, we pop off the top data and replace the Stacked with its bottom).

This will take some refactoring, but should be fairly straightforward.

@mmoult mmoult added the enhancement New feature or request label May 29, 2024
@mmoult mmoult self-assigned this Jun 26, 2024
@mmoult
Copy link
Owner Author

mmoult commented Jul 6, 2024

Completed in this commit:
a521c1d

@mmoult mmoult closed this as completed Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant