An open API service indexing awesome lists of open source software.

https://github.com/killarexe/mslang

MultiSign is a simple interpreted programming language based on the Lox programming language with small twists.
https://github.com/killarexe/mslang

interpreter interpreter-language java language lox lox-language mslang muti-sign programming-language

Last synced: 10 months ago
JSON representation

MultiSign is a simple interpreted programming language based on the Lox programming language with small twists.

Awesome Lists containing this project

README

          

# MultiSign

## What is MultiSign

Multisign is a programming language interpreted in Java. THe default

The goal of this language is to make your own programming language easly by adding dynamic syntax.

More exemples [here.](https://github.com)

## How to use Multisign

If you want to know how to use Multisign go on the [wiki.](https://github.com/Killarexe/MSLang/wiki)

## How to get Multisign

There is two way to get Multisign:

1. Go on the release page and download the `.jar` file.

2. Clone the source code and run `gradlew build` (for Windows) or `./gradlew build` (Mac & Linux)