Skip to content

Releases: Darmo117/TI-83_Compiler

TI-83 Compiler 2.0

13 Mar 20:11
Compare
Choose a tag to compare

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

25 Feb 12:29
Compare
Choose a tag to compare

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

05 Oct 22:08
Compare
Choose a tag to compare

New features:

  • Some instructions have been renamed (see the wiki)
  • χ character now has an alias (&chi;)
  • 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

23 Sep 09:09
Compare
Choose a tag to compare

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

20 Sep 21:14
Compare
Choose a tag to compare

Features:

  • Compile programs
  • Optimise compiling option
  • Uncompile programs in desired languages (English or French)