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
pub mod ast;
pub mod commands;
pub mod config;
pub mod error;
pub mod pack_format;
pub mod parser;
pub mod stdlib;
pub mod transpiler;
pub mod validator;