Resolve discrepencies between how AST and byte compiled code handle complex assignment #66
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
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?
The text was updated successfully, but these errors were encountered: