a (de-)compiler for TI-BASIC with comment support

Noah 01c161a090 delete extra \/ in binary path 4 anos atrás
doc bdadf7a774 Initial git commit. Completely rewritten code from the CVS version - much better now! 14 anos atrás
src ae57eaf58f added help flags and improved help message 4 anos atrás
tests bdadf7a774 Initial git commit. Completely rewritten code from the CVS version - much better now! 14 anos atrás
.gitignore d7cdcdacef minor changes 4 anos atrás
LICENSE 4be4f1abab adding my name 4 anos atrás
Makefile 01c161a090 delete extra \/ in binary path 4 anos atrás
README.md ed8dd5342d fix too long readme 4 anos atrás

README.md

The TI-BASIC Compiler (tibasicc)

The TI-BASIC Compiler is all about compiling TI-BASIC code on your computer into an .8xp file ready for transferring to your TI-83/TI-83+/TI-84 calculator (and vice versa).

Being able to type your programs on a real keyboard instead of the calculator's keypad is much easier and avoids some otherwise big pain.

Note: This project is a fork from pcmattman/tibasic.

Installation

I have only tested this on GNU/Linux, but it should work on any other unix-like OS like MacOS:

git clone https://github.com/noahvogt/tibasicc.git
cd tibasicc
sudo make clean install

Note: If you are a Windows User, I would recommend using WSL or you can make your own fork of this project, because I haven't made/released a Windows-compatible version yet.

Usage

After installing, this program should be in your path. This means, you can call it from the terminal like this:

tibasicc [options]

I haven't made a man page for this simple program yet, but you can get some usage information when you run this program without any arguments.