mex-lang 0.1.0

Mex, a language for describing software systems and data.
Documentation
[[bin]]
name = "mexc"
path = "src/bin/mexc.rs"

[build-dependencies.lalrpop]
version = "0.22.0"

[dependencies.lalrpop-util]
features = ["lexer", "unicode"]
version = "0.22.0"

[dependencies.logos]
features = ["forbid_unsafe"]
version = "0.15.0"

[dependencies.regex]
features = ["unicode"]
version = "1.11.1"

[lib]
name = "mex_lang"
path = "src/lib.rs"

[package]
authors = ["Albert Ibragimov <ai@mex-lang.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["compilers"]
description = "Mex, a language for describing software systems and data."
documentation = "https://docs.rs/mex-lang"
edition = "2021"
homepage = "https://mex-lang.org"
keywords = ["mex", "language", "modeling"]
license = "MIT"
name = "mex-lang"
readme = "README.md"
repository = "https://github.com/mex-lang/mex"
version = "0.1.0"