Lekensteyn / parse8xp

Convert between source code and TI83/TI84/TI84+/TI84s programs (in .8xp format)
22 stars 4 forks source link

some issues #3

Open Mayank-1234-cmd opened 2 years ago

Mayank-1234-cmd commented 2 years ago

compile,recompile only work in python2 not python3 this:

character XX not found!

shouldn't appear but it does for certain programs- you should try doing \u00XX or \u000X as character 61 not found! > a (\u0061) character 63 not found! > c (\u0063)

Mayank-1234-cmd commented 2 years ago

also in python chr(61) and chr(63) are = and ? so it could be that too