Skip to content

Commit

Permalink
basic pest grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicBurkart committed Jun 16, 2024
1 parent 18f18b3 commit 0af4ed1
Show file tree
Hide file tree
Showing 6 changed files with 476 additions and 938 deletions.
8 changes: 3 additions & 5 deletions marigold-grammar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,16 @@ name = "marigold-grammar"
version = "0.1.16"
edition = "2021"
authors = ["Dominic <code@dominic.computer>"]
build = "build.rs"
description = "Grammar for the marigold language."
license = "Apache-2.0 OR MIT"
repository = "/~https://github.com/DominicBurkart/marigold"

[features]
io = []

[build-dependencies]
lalrpop = "0.19.8"

[dependencies]
lalrpop-util = {version="0.19.8", features=["lexer"]}
pest = "2.7"
pest_derive = "2.7"
regex = "1"
num-traits = "0.2"
itertools = "0.10.2"
Expand All @@ -24,3 +21,4 @@ rusymbols = "0.1.2"
num-bigint = "0.4"
arrayvec = "0.7"
once_cell = "1.15.0"
thiserror = "1.0.61"
5 changes: 0 additions & 5 deletions marigold-grammar/build.rs

This file was deleted.

Loading

0 comments on commit 0af4ed1

Please sign in to comment.