mlogjs
v0.5.2
Published
Compiler that compiles Javascript to Mindustry Logic Code.
Downloads
57
Readme
JavaScript MLog Compiler
Features
- Optimizing compiler
- Easy to use
- Fully Typed API
- Macros
- All Instructions and Variables
- An online editor integrated to the docs
Installation
In the terminal
npm i -g mlogjs
Usage
Creating hello.js
print("Hello world");
printFlush();
Compile
mlogjs hello.js
Examples
You can find other usage examples here.
Changelog
Changes for each release are documented in the CHANGELOG.
Contribute
Having trouble? Ask for help on discord or open an issue
Help and suggestions are welcomed!
License
MIT