Skip to content

mitchr/dallas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dallas

Build Status

About

dallas is a TI-BASIC compiler. It supports the TI-83 and TI-83+/TI-84+.

Installation

go get github.com/mitchr/dallas

Usage

dallas [flags] filename

Flag Type Description
-a bool set the archive bit; if false, ram is used to store the program
-d bool set to disassemble .8xp files
-e bool set the edit-lock bit
-h bool display this help message
-ti83 bool compile for the TI-83
-p string set the program name (default "PROG")

Some tokens had to be changed from unicode to ascii, so that you can actually type them:

Calculator Dallas
r radian
° degree
ֿ¹ inverse
² ^2
T (transpose) transpose
³ ^3
->
θ theta
<=
>=
!=
π pi
-(neg) ^-
√( sqrt(
³√( crt(

Sources

About

TI-BASIC compiler written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published