amble_script 0.65.0

Authoring-focused DSL, parser, and compiler that produces Amble engine WorldDef data.
Documentation
[[bin]]
name = "amble_script"
path = "src/main.rs"

[dependencies.amble_data]
version = "0.65.0"

[dependencies.pest]
version = "2"

[dependencies.pest_derive]
version = "2"

[dependencies.ron]
version = "0.10.1"

[dependencies.thiserror]
version = "1"

[lib]
name = "amble_script"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "parsing", "command-line-utilities"]
description = "Authoring-focused DSL, parser, and compiler that produces Amble engine WorldDef data."
documentation = "https://github.com/pygmy-twylyte/amble"
edition = "2024"
homepage = "https://github.com/pygmy-twylyte/amble"
keywords = ["dsl", "parser", "compiler", "interactive-fiction", "cli"]
license = "MIT"
name = "amble_script"
readme = "README.md"
repository = "https://github.com/pygmy-twylyte/amble"
version = "0.65.0"