mago-syntax-core 1.0.2

Provides core utilities useful for building lexers and parsers within Mago.
Documentation
[dependencies.bumpalo]
features = ["collections", "serde"]
version = "3"

[dependencies.mago-database]
version = "1.0.2"

[dependencies.mago-span]
version = "1.0.2"

[dependencies.memchr]
version = "2.7.4"

[lib]
name = "mago_syntax_core"
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 = "Provides core utilities useful for building lexers and parsers within Mago."
edition = "2024"
homepage = "https://mago.carthage.software"
license = "MIT OR Apache-2.0"
name = "mago-syntax-core"
readme = false
repository = "https://github.com/carthage-software/mago"
rust-version = "1.91.1"
version = "1.0.2"