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

Resolve discrepencies between how AST and byte compiled code handle complex assignment #66

Open
gmbecker opened this issue Aug 27, 2023 · 0 comments
Labels
C Involves C code Interest From R-core Interest/support has been shown from at least one R-core member Low-level Issues related to low-level code

Comments

@gmbecker
Copy link

Endorsed by Luke

Complex assignments are handled slightly differently in the AST interpreter and in byte compiled code. The compiled version is somewhat cleaner. Can the AST version be revised to match the compiled version?

@gmbecker gmbecker added Low-level Issues related to low-level code C Involves C code Interest From R-core Interest/support has been shown from at least one R-core member labels Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C Involves C code Interest From R-core Interest/support has been shown from at least one R-core member Low-level Issues related to low-level code
Projects
None yet
Development

No branches or pull requests

1 participant