Skip to content

Commit 2a3bfe1

Browse files
committed
Introduce the bruteforce parser (interpreter?).
1 parent 4b3730d commit 2a3bfe1

10 files changed

+2010
-119
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ readme = "README.md"
1313
description = "Grammar framework."
1414

1515
[dependencies]
16+
cyclotron = "0.0.3"
17+
elsa = "1.3.2"
1618
indexmap = "1"
1719
indexing = "0.3.2"
1820
proc-macro2 = "0.4.30"
19-
elsa = "1.3.2"
2021

2122
[lib]
2223
doctest = false

0 commit comments

Comments
 (0)