[package]
edition = "2024"
name = "bynk-syntax"
version = "0.141.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bynk's syntax foundation: lexer, parser, AST, spans, the CompileError type, and the diagnostic-code registry — the lowest leaf of the compiler crate set."
homepage = "https://github.com/accuser/bynk"
readme = "README.md"
keywords = [
"compiler",
"dsl",
"parser",
"lexer",
"language",
]
categories = [
"compilers",
"parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/accuser/bynk"
[lib]
name = "bynk_syntax"
path = "src/lib.rs"
[dependencies.ariadne]
version = "0.6"
[dependencies.logos]
version = "0.16"
[dependencies.serde_json]
version = "1"