CE-Programming / CEmu

Third-party TI-84 Plus CE / TI-83 Premium CE emulator, focused on developer features
https://ce-programming.github.io/CEmu
Other
1.05k stars 77 forks source link

Fixes #466 #467

Closed captain-calc closed 1 year ago

captain-calc commented 1 year ago

Made the following changes:

This fixes issue Variables that start with r show up as Ans in the Variable Viewer #466 by making the conversion to Ans dependent on whether the variable is parsed as having a true calc_var_t.named attribute. The calc_var_t.named attribute for Ans is false, so the conversion does not take place.

CEmu

The solution does rely on a switch-case fall-through, raising a compiler warning, which will be fixed pending review.