Ecosyste.ms: Awesome
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: about 23 hours ago
JSON representation
MultiSign is a simple interpreted programming language based on the Lox programming language with small twists.
- Host: GitHub
- URL: https://github.com/killarexe/mslang
- Owner: Killarexe
- License: cc-by-4.0
- Created: 2023-02-10T16:32:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T10:09:04.000Z (8 months ago)
- Last Synced: 2024-02-27T11:29:20.882Z (8 months ago)
- Topics: interpreter, interpreter-language, java, language, lox, lox-language, mslang, muti-sign, programming-language
- Language: Java
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)