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

Remove ArithPlus and possibly other AST nodes that are runtime #29

Closed
pmatos opened this issue Apr 6, 2023 · 0 comments · Fixed by #37
Closed

Remove ArithPlus and possibly other AST nodes that are runtime #29

pmatos opened this issue Apr 6, 2023 · 0 comments · Fixed by #37
Assignees
Labels
enhancement New feature or request

Comments

@pmatos
Copy link
Owner

pmatos commented Apr 6, 2023

The current nodes that should be part of runtime should be removed and added to the environment during a prepareRuntime method executed at Interpreter construction time.

@pmatos pmatos added the enhancement New feature or request label Apr 6, 2023
@pmatos pmatos self-assigned this Apr 6, 2023
pmatos added a commit that referenced this issue Apr 25, 2023
Remove ArithPlus node and related config/parsing. Turn it into a runtime function.

This moves ArithPlus into the runtime and removes all the ArithPlus
cruft.

It sets the system to support more runtime functions.

Fixes #29
pmatos added a commit that referenced this issue Apr 25, 2023
This moves ArithPlus into the runtime and removes all the ArithPlus
cruft.

It sets the system to support more runtime functions.

Fixes #29
pmatos added a commit that referenced this issue Apr 25, 2023
This moves ArithPlus into the runtime and removes all the ArithPlus
cruft.

It sets the system to support more runtime functions.

Fixes #29
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

Successfully merging a pull request may close this issue.

1 participant