Axe Parser

From Rosetta Code
Revision as of 04:30, 2 July 2015 by rosettacode>Ajcord (Link to Axe)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Axe Parser is an implementation of Axe. Other implementations of Axe.

Axe Parser is the standard compiler for Axe on the TI-83/84. Unlike most other development tools for the calculators, Axe Parser compiles code directly on the calculator.

Axe Parser has options to compile under a variety of shells:

  • No-stub executable (no dependencies)
  • Ion
  • Mirage OS
  • Doors CS
  • Application (alpha support; no dependencies)
  • Axe Fusion (links to the Axe Parser executable at runtime to keep programs small, but users must have Axe Parser installed)

Axe Parser can be downloaded here. Transfer it to a calculator via TI Connect, TiLP, or any other linking program.