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
- Host: GitHub
- URL: https://github.com/redik2/mspy-compilator
- Owner: Redik2
- Created: 2023-10-09T06:59:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T08:28:45.000Z (over 2 years ago)
- Last Synced: 2025-02-05T16:43:34.011Z (over 1 year ago)
- Language: Python
- Size: 5.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)