Skip to content

Common-Golfing-Runtime/common-golfing-runtime

Repository files navigation

Common Golfing Runtime

A virtual machine for code golfing languages. Loosely based on the JVM.

How to run

For now, there is no release of CGR, so to compile it execute ./gradlew shadowJar.

To invoke the virtual machine, run the following command:

java -jar cgr.jar <file> [options]

<file> is the input file. [options] can be the following:

Short form Long form Description
-a <out> --assemble <out> Instead of running <file>, assemble <file>, outputting into <out>

About

A virtual machine for code golfing languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages