swamp-script-parser 0.0.20

parser for swamp script
Documentation
[dependencies.pest]
version = "2.7.15"

[dependencies.pest_derive]
version = "2.7.15"

[dependencies.swamp-script-ast]
version = "0.0.20"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.test-log]
features = ["trace", "log", "color"]
version = "0.2.16"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "parser for swamp script"
edition = "2024"
license = "MIT"
name = "swamp-script-parser"
readme = "README.md"
repository = "https://github.com/swamp/script"
resolver = "2"
version = "0.0.20"

[[test]]
name = "grammar"
path = "tests/grammar.rs"

[[test]]
name = "util"
path = "tests/util.rs"