mago-syntax 1.0.0-beta.21

A correct, fast, and memory-efficient PHP syntax implementation, including Lexer, Parser, AST, and utilities for Mago.
Documentation
[dependencies.bumpalo]
features = ["collections", "serde"]
version = "3"

[dependencies.either]
version = "1.13.0"

[dependencies.mago-database]
version = "1.0.0-beta.21"

[dependencies.mago-php-version]
version = "1.0.0-beta.21"

[dependencies.mago-reporting]
version = "1.0.0-beta.21"

[dependencies.mago-span]
version = "1.0.0-beta.21"

[dependencies.mago-syntax-core]
version = "1.0.0-beta.21"

[dependencies.ordered-float]
default-features = false
features = ["serde", "serde", "rand"]
version = "5.0"

[dependencies.paste]
version = "1.0.15"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.strum]
features = ["derive"]
version = "0.27"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

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

[lints.clippy.dbg_macro]
level = "forbid"
priority = 0

[lints.clippy.large_enum_variant]
level = "allow"
priority = 0

[lints.clippy.print_stderr]
level = "forbid"
priority = 0

[lints.clippy.print_stdout]
level = "forbid"
priority = 0

[package]
authors = ["Saif Eddin Gmati <azjezz@carthage.software>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A correct, fast, and memory-efficient PHP syntax implementation, including Lexer, Parser, AST, and utilities for Mago."
edition = "2024"
homepage = "https://mago.carthage.software"
license = "MIT OR Apache-2.0"
name = "mago-syntax"
readme = false
repository = "https://github.com/carthage-software/mago"
rust-version = "1.89.0"
version = "1.0.0-beta.21"

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

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