cobble-lang 0.6.3

A modern, Python-like language for creating Minecraft Data Packs
Documentation
1
2
3
4
5
6
7
8
9
10
// Statement processor modules
// Each module implements methods on the Transpiler struct for processing specific statement types

mod assignment;
mod const_processor;
mod execute_processor;
mod if_processor;
mod loop_processor;
mod match_processor;
mod selector_processor;