Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Command-Master/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`
https://github.com/Command-Master/CMC
Last synced: about 1 month ago
JSON representation
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`
- Host: GitHub
- URL: https://github.com/Command-Master/CMC
- Owner: Command-Master
- License: mit
- Created: 2020-12-31T10:53:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-05T05:46:04.000Z (almost 4 years ago)
- Last Synced: 2024-08-04T04:06:50.848Z (5 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcc - CMC - an object oriented language which compiles to commands (Uncategorized / Uncategorized)
README
# 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`