aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Parser.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz/Parser.hs')
-rw-r--r--src/VeriFuzz/Parser.hs21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/VeriFuzz/Parser.hs b/src/VeriFuzz/Parser.hs
deleted file mode 100644
index d46ecb6..0000000
--- a/src/VeriFuzz/Parser.hs
+++ /dev/null
@@ -1,21 +0,0 @@
-{-|
-Module : VeriFuzz.Parser
-Description : Parser module for Verilog.
-Copyright : (c) 2019, Yann Herklotz Grave
-License : GPL-3
-Maintainer : ymherklotz [at] gmail [dot] com
-Stability : experimental
-Portability : POSIX
-
-Parser module for Verilog.
--}
-
-module VeriFuzz.Parser
- ( parseVerilog
- , uncomment
- , preprocess
- )
-where
-
-import VeriFuzz.Parser.Parser
-import VeriFuzz.Parser.Preprocess