Releases: Darmo117/TI-83_Compiler
Releases · Darmo117/TI-83_Compiler
TI-83 Compiler 2.0
Big update!
Everything has been reworked! This means that programs written for previous versions of the compiler may not work without some rewriting.
Summary of changes:
- Added all missing tokens from TI-83+ calculators
- Redid nearly all escape codes (
&<name>;
) (cf. wiki) - Better command line options handling thanks to picocli
Special thanks to @SimonEast for their very helpful feedback and links to the TI devs wiki!
TI-83 Compiler 1.2.1
Fixes:
- Binary files headers should be correctly recognized.
- Actually display helpful error messages.
- Input/output paths are now correctly handled.
TI-83 Compiler 1.2
New features:
- Some instructions have been renamed (see the wiki)
χ
character now has an alias (χ
)- Instructions can be escaped by using a
\
- Indentation size can be specified when decompiling
- Added more explicit error messages
Fixes:
- Some functions had typos in them
TI-83 Compiler 1.1
Features:
- Optimisation is now done multiple times until no more token can be removed
- Program editing can be locked
- Added new options (-f -L -h)
TI-83 Compiler 1.0
Features:
- Compile programs
- Optimise compiling option
- Uncompile programs in desired languages (English or French)