Grammer 2 is a programming language for the TI-83+/84+ series calculators.

Zeda Thomas 1cf4d780ea updating a readme 4 лет назад
docs d22ca74c55 updating the readme 4 лет назад
src 2fd642d7fa added token replacement for Retutn 4 лет назад
tools fac792268f added a script to convert the /docs to use local files (for offline) 4 лет назад
z80float @ 8c4f87367c 5a35d64d6c rewriting history .___. 4 лет назад
.atom-build.json 5a35d64d6c rewriting history .___. 4 лет назад
.gitignore 75fffdd856 Added /bin to ignore list 4 лет назад
.gitmodules 5a35d64d6c rewriting history .___. 4 лет назад
Readme.md 4773127b79 Updated some documentation 4 лет назад
Readme.txt 1cf4d780ea updating a readme 4 лет назад
compile c57f1be288 fixed issues with build script 4 лет назад
compile.bat 861d7262be Merge pull request #5 from Zeda/master 4 лет назад

Readme.md

Readme

For a tutorial/documentation on the commands open /readme/commands.html Once downloads are ready, you'll be able to find them in the releases section.

Before going on, I do want to thank @NonstickAtom. I had to delete the commit history because I was misusing git, and that has unfortunately removed the logs of many of NonstickAtom's contributions to the project (especially in documentation).

Building

If you want to build this project yourself, you'll first need to clone the repository:

git clone --recursive-submodules https://github.com/Zeda/Grammer2.git

This project uses spasm-ng to compile, and I use Linux. On windows you can either use the linux subsytem(only on windows 10) and install spasm from there or you can download the spasm-ng for Windows release.

*NOTE: at the time of this writing, it appears that spasm-ng has a bug that doesn't parse the name field correctly. Please use this version for now: alberthdev/spasm-ng/tree/feature/app-name-var-size. If you are on Windows, @NonstickAtom785 has built the fixed version and posted it here with permission.*

Linux:

From the command line, run ./compile

Windows:

Download the Windows spasm-ng release, rename it to spasm.exe and place it in the project directory. From command prompt do compile (or if you prefer powershell... do ./compile). Read the above note if you are getting errors.

This generates the jump table and compiles the app and Grammer package.