Current section
Files
Jump to
Current section
Files
eyg_parser
gleam.toml
gleam.toml
name = "eyg_parser"
version = "0.3.2"
description = "A JavaScript inspired textual syntax for EYG."
licences = ["Apache-2.0"]
repository = { type = "github", user = "crowdhailer", repo = "eyg-lang", path = "packages/gleam_parser", tag_prefix = "gleam_parser-" }
links = [{ title = "Website", href = "https://eyg.run" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
eyg_ir = ">= 1.0.0 and < 2.0.0"
multiformats = ">= 4.0.0 and < 5.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
birdie = ">= 1.3.1 and < 2.0.0"