Axe Parser: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page)
 
(Link to Axe)
 
Line 1: Line 1:
{{implementation|Axe}}
{{implementation|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''' 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:
Axe Parser has options to compile under a variety of shells:

Latest revision as of 04:30, 2 July 2015

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.