From 22a5eac0bfb22bfe27973c78ef0e8a9b418ee844 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Thu, 28 Feb 2019 19:18:04 +0100 Subject: Start rewriting parser in pest --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3