[build-dependencies.lalrpop]
default-features = false
features = ["lexer"]
version = "0.22"
[dependencies.lalrpop-util]
default-features = false
version = "0.22"
[dependencies.logos]
version = "0.15"
[dependencies.thiserror]
version = "2"
[lib]
name = "ghoti_syntax"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "POC"
edition = "2024"
license = "GPL-2.0-only"
name = "ghoti-syntax"
readme = false
repository = "https://github.com/oxalica/ghoti-shell"
version = "0.0.0"