aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Parser.hs
blob: 66608f493213552de655521afca51e6c72049359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{-|
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
    ( module VeriFuzz.Parser.Parser
    )
where

import           VeriFuzz.Parser.Parser