Rust library to parse SystemVerilog / Verilog filelists, used in https://github.com/dalance/svlint https://crates.io/crates/sv-filelist-parser
Go to file
2020-01-25 13:36:34 +05:30
sample Add comment and file parsing. Removed Unknown 2020-01-23 22:01:46 +05:30
src Added logic to parse the entire file 2020-01-25 13:36:34 +05:30
.gitignore Basic crate structure 2020-01-20 22:13:01 +05:30
Cargo.lock Changed crate name to sv-filelist-parser 2020-01-21 21:43:16 +05:30
Cargo.toml Changed crate name to sv-filelist-parser 2020-01-21 21:43:16 +05:30
README.md Added a basic Readme 2020-01-21 21:50:20 +05:30

sv-filelist-parser

A Verilog Filelist parser in Rust