A mindustry logic (mlog) transpiler adding macros and a bunch of other preprocessor stuff.
Documentation can be found in the wiki
See requirements.txt
- Install Python from python.org if you don't already have it
- Clone this git repository
- CD into the root of the git repository
- Run
python -m pip install -r requirements.txt(replacepythonwithpython3if the command doesn't work)
The transpiler should be ready to run from that point.