Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

This is an update to the Grammer programming language.

NotificationsYou must be signed in to change notification settings

Zeda/Grammer2

Repository files navigation

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

Before going on, I do want to thank @NonstickAtom. I had to delete the commit history because I was misusinggit, and thathas 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 usesspasm-ng to compile, and I use Linux. On windows you can either use thelinux subsytem(only on windows 10) and install spasm from there or you can download thespasm-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 onWindows, @NonstickAtom785 has built the fixed version and posted ithere with permission.

Linux:

From the command line, run./compile

Windows:

Download the Windowsspasm-ng release, rename it tospasm.exe and place it in the project directory. From command prompt docompile (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.


[8]ページ先頭

©2009-2025 Movatter.jp