verilog-0.0.2: A Verilog parser.

Language.Verilog.Preprocess

Synopsis

Documentation

uncomment :: FilePath -> String -> StringSource

Remove comments from code.

preprocess :: [(String, String)] -> FilePath -> String -> StringSource

A simple `define preprocessor.