[package]
edition = "2021"
rust-version = "1.89.0"
name = "blue-lang-syntax"
version = "0.0.2"
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 = "runs_on_tatara"
path = "tests/runs_on_tatara.rs"
[dependencies.tatara-lisp]
version = "0.3.20"
[dev-dependencies.tatara-lisp-eval]
version = "0.3.20"