swamp-parser 0.2.23

Parses Swamp programming language source code into an Abstract Syntax Tree (AST) defined in the `swamp-ast` crate, using the pest parsing library.
Documentation
[dependencies.pest]
version = "2.7.15"

[dependencies.pest_derive]
version = "2.7.15"

[dependencies.swamp-ast]
version = "0.2.23"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Parses Swamp programming language source code into an Abstract Syntax Tree (AST) defined in the `swamp-ast` crate, using the pest parsing library."
edition = "2024"
license = "MIT"
name = "swamp-parser"
readme = "README.md"
repository = "https://github.com/swamp/swamp"
resolver = "2"
version = "0.2.23"

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