langcraft
langcraft copied to clipboard
Compiler from LLVM IR to Minecraft datapacks.
Results
2
langcraft issues
Sort by
recently updated
recently updated
newest added
`turtle_x`, `turtle_y` and `turtle_z` seem to have been removed, rendering it seemingly impossible to change the turtle's position and making any sort of interaction with the compiled program impossible. This...
Unlike implementations of string functions like `strlen(const char*)`, some langcraft built-in functions require a length parameter. For example: ``` extern void insert_asm(const char* cmd,int len,int arg); int main() { insert_asm("kill...