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.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/VeriFuzz/Parser.hs b/src/VeriFuzz/Parser.hs
index 66608f4..d46ecb6 100644
--- a/src/VeriFuzz/Parser.hs
+++ b/src/VeriFuzz/Parser.hs
@@ -11,8 +11,11 @@ Parser module for Verilog.
-}
module VeriFuzz.Parser
- ( module VeriFuzz.Parser.Parser
+ ( parseVerilog
+ , uncomment
+ , preprocess
)
where
import VeriFuzz.Parser.Parser
+import VeriFuzz.Parser.Preprocess