/CMC

Compilation of a syntex very similar to java to Minecraft Commands. Output is in the `functions` folder, which you should copy inside a datapack with the `cmc` namespace. Compile with `python3 compile.py yourfile.cmc`

Primary LanguagePythonMIT LicenseMIT

CMC

Compilation of a syntax very similar to java to Minecraft Commands.

The output is in the functions folder, which you should copy inside a datapack with the cmc namespace.

Compile with python3 compile.py yourfile.cmc

You can compile the example with python3 compile.py example/*.cmc