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

https://github.com/redik2/mspy-compilator

Conpilator for MindustryPython scripts
https://github.com/redik2/mspy-compilator

Last synced: 12 months ago
JSON representation

Conpilator for MindustryPython scripts

Awesome Lists containing this project

README

          

# MSPY compilator
### What is MSPY?
MSPY - Language for writing mindustry processor code with default constructions like if, else, while and funcs
## Use
- Launch main.exe with PATH argument
e.g.
```main.exe "C:/scripts/the_best_script_ever.mspy"```
- Get output code and paste it into processor

## VS code extension
[Link to extension repository](https://github.com/Redik2/MSPY-snippets)

## Guide how setup launch.json for VS code
(will be later)