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

support for output var assignment in op execution #190

Merged
merged 3 commits into from
May 24, 2022

Conversation

patham9
Copy link
Member

@patham9 patham9 commented May 24, 2022

TODO: find solution for python API. By something like
*outputstdin op_id
whereby when say
<({SELF} * ((1 * 2) * #1)) --> ^add>
is executed "^add executed with args ((1 * 2) * #1))"
it then makes a stdin request to obtain
((1 * 2) * 3))
then parsing it, and obatining the substitution map {#1 -> #3) from there.
With this feature the idea will also work without touching C code when used from Python.
Also adapt NAR_numerics.py accordingly.

@patham9 patham9 merged commit 688cded into master May 24, 2022
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.

1 participant