Expand description
The Shulkerscript language.
Shulkerscript is a simple, imperative scripting language for creating Minecraft data packs.
Re-exports§
pub use shulkerbox;
Modules§
- base
- The base module contains the core functionality of the
Shulkerscriptlanguage. - lexical
- The lexical module is responsible for converting raw text into a stream of tokens that the parser can understand.
- syntax
- This module contains the syntax tree and parser for the
Shulkerscriptlanguage. - transpile
- The transpile module is responsible for transpiling the abstract syntax tree into a data pack.
Constants§
- VERSION
- The version of the
Shulkerscriptlanguage.