verilog-0.0.5: Verilog parser and DSL.

Safe HaskellSafe-Inferred

Language.Verilog.Parser.Preprocess

Synopsis

Documentation

uncomment :: FilePath -> String -> StringSource

Remove comments from code.

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

A simple `define preprocessor.