xlang-syntax 0.0.1-alpha

The xlang parser and syntax utilities.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-dependencies.lalrpop]
version = "0.19.8"
[dependencies.lalrpop-util]
features = ["lexer"]
version = "0.19.8"

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