verilog-0.0.2: A Verilog parser.

Language.Verilog.Parse

Synopsis

Documentation

parseFile :: [(String, String)] -> FilePath -> String -> [Module]Source

Parses a file given a table of predefined macros, the file name, and the file contents.