Grammer 2 is a project started by Zeda Thomas. They have done so much to maintain this project. This fork is just for my contributions.

Zeda Thomas 50f0cf9be5 adding a program to launch Grammer 2.5 4 年之前
docs 4399faef09 removed spacing 4 年之前
src 50f0cf9be5 adding a program to launch Grammer 2.5 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 a88a8a75a6 updating .gitignore 4 年之前
.gitmodules 5a35d64d6c rewriting history .___. 4 年之前
Readme.md c5ea26a47e updating readme 4 年之前
Readme.txt 5a35d64d6c rewriting history .___. 4 年之前
compile 50f0cf9be5 adding a program to launch Grammer 2.5 4 年之前
compile.bat 8f372db2b4 moving jt.py to the tools folder 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: https://github.com/alberthdev/spasm-ng/tree/feature/app-name-var-size. If you are on Windows, Nonstickatom has built an .exe for it and posted [here]() with permission.*

Linux:

From the command line, run ./compile

Windows:

Download Windows spasm-ng release, rename it to spasm.exe and place it in the project directory. From command prompt or powershell cd to the project directory and run compile.bat.

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