Crates.io | dpscript |
lib.rs | dpscript |
version | 0.2.0 |
source | src |
created_at | 2024-10-10 23:53:28.541347 |
updated_at | 2024-10-10 23:53:28.541347 |
description | A transpiled programming language to aid in Datapack development. |
homepage | |
repository | https://github.com/RedstoneWizard08/DPScript |
max_upload_size | |
id | 1404714 |
size | 725,855 |
DPScript is a transpiled programming language to aid in Datapack development, inspired by CBScript.
DPScript features a fully custom tokenizer, lexer, validator, and AST to provide an extremely comfortable syntax while being very stable. By merging all imported files into a single AST it can provide the best error detection and validation possible. Don't worry anymore about strange issues when making datapacks!
for entity in selector
loopsfor ... in ...
loopsfor ... in [0..3]
loop unrolling