Skip to content
This repository was archived by the owner on Jan 20, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 564 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 564 Bytes

M-JVM

The jvm backend for the M programming language.

Note that M-JVM compiles only a subset of M, as it is only meant to bootstrap the main M compiler.

Usage

M-JVM uses Gradle as its build system, and is built with the fatJar task.

git clone https://github.com/m-language/m-jvm.git
cd m-jvm
gradle fatJar

This will create a jar file in ./build/libs with all dependencies included.

The M-JVM CLI takes an input file and output directory as arguments.