[package]
edition = "2021"
rust-version = "1.89.0"
name = "blue-lang-syntax"
version = "0.0.9"
authors = ["Pleme.io <engineering@pleme.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "blue's surface syntax: lexer, parser, and lowering to the tatara-lisp quoted form."
readme = false
license = "MIT"
repository = "https://github.com/pleme-io/blue"
[lib]
name = "blue_lang_syntax"
path = "src/lib.rs"
[[test]]
name = "property"
path = "tests/property.rs"
[[test]]
name = "runs_on_tatara"
path = "tests/runs_on_tatara.rs"
[[test]]
name = "totality"
path = "tests/totality.rs"
[dependencies.tatara-lisp]
version = "0.3.21"
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.tatara-lisp-eval]
version = "0.3.21"