aboutsummaryrefslogtreecommitdiffstats
path: root/modelica-parser-lalrpop/Cargo.toml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-12-18 16:06:10 -0800
committerbnewbold <bnewbold@robocracy.org>2016-12-18 16:06:10 -0800
commit469629360dd8aad2f7ca6937cd266b1ab6901bab (patch)
treec3d733d03bdef29dfdb2b8e19d367ae61894194e /modelica-parser-lalrpop/Cargo.toml
parent0777657516a9c3178001752b78d4b6d34dd6dbd1 (diff)
downloadmodelthing-469629360dd8aad2f7ca6937cd266b1ab6901bab.tar.gz
modelthing-469629360dd8aad2f7ca6937cd266b1ab6901bab.zip
manually/naively strip comments from raw .mo files
Diffstat (limited to 'modelica-parser-lalrpop/Cargo.toml')
-rw-r--r--modelica-parser-lalrpop/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/modelica-parser-lalrpop/Cargo.toml b/modelica-parser-lalrpop/Cargo.toml
index 6371bbf..a86788b 100644
--- a/modelica-parser-lalrpop/Cargo.toml
+++ b/modelica-parser-lalrpop/Cargo.toml
@@ -17,6 +17,7 @@ name = "modelica_parser"
[dependencies]
lalrpop-util = "^0.12.4"
colored = "1.3"
+regex = "^0.1"
[build-dependencies]
lalrpop = "0.12"