cobble-lang 0.7.0

A modern, Python-like language for creating Minecraft Data Packs
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod ast;
pub mod commands;
pub mod config;
pub mod diagnostics;
pub mod error;
pub mod pack_format;
pub mod parser;
pub mod stdlib;
pub mod transpiler;
pub mod validator;