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

m-language/m-jvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.