r-devel / r-project-sprint-2023

Material for the R project sprint
https://contributor.r-project.org/r-project-sprint-2023/
17 stars 3 forks source link

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

Open gmbecker opened 1 year ago

gmbecker commented 1 year ago

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?