summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-02-28 19:18:04 +0100
committerNadrieril2019-02-28 19:18:04 +0100
commit22a5eac0bfb22bfe27973c78ef0e8a9b418ee844 (patch)
treed60cfc35762ed3f34ee2d2fd5ff6d9fa866ed8a3 /Cargo.toml
parent4267cfef8ad3a929cba9fcc7bbc91b0fe863b0f6 (diff)
Start rewriting parser in pest
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 06d978a..f55d24f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,3 +13,5 @@ bytecount = "0.5.1"
lalrpop-util = "0.16.3"
nom = "3.0.0"
term-painter = "0.2.3"
+pest = { git = "https://github.com/pest-parser/pest" }
+pest_derive = "2.0"