Skip to content

Command-Master/MCCC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MCCC

A C to Minecraft Commands compiler.

To use, write

python3 src/compile.py <src>.c [--file-input] 

Including --file-input makes the script's stdin be input.txt, otherwise it expects a reverse array of byte values in storage mccc:main input.

Since following the entire C specifications is hard, the compiler is currently incomplete. If you see any feature which is missing, please create an issue about it.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published