Skip to content

Working on a stripped-down Grammer-like language.

Notifications You must be signed in to change notification settings

NonstickAtom785/remmarg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yee-haw, this is going to be a stripped-down version of Grammer! That's right, fewer graphics, no floats. Life is great.

Readme

For a tutorial/documentation on the commands open /readme/commands.html

Building

Binaries are available in the /bin folder, but for developers, building from source might be useful.

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.

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.

About

Working on a stripped-down Grammer-like language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 60.0%
  • Shell 40.0%