xlang-syntax 0.0.5-alpha

The xlang parser and syntax utilities.
Documentation
[package]
name = "xlang-syntax"
version = "0.0.5-alpha"
description = "The xlang parser and syntax utilities."
edition = "2021"
homepage = "https://github.com/xlang-lang/engine"
keywords = ["interpreter", "compiler", "vm", "virtual", "machine"]
license = "MIT"
readme = "../README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lalrpop-util = { version = "0.19.8", features = ["lexer"] }

[build_dependencies]
lalrpop = "0.19.8"