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-31 21:39:17 +05:30
src Clippy and rustfmt run 2020-01-31 21:39:17 +05:30
testcase Add support for defines w/o args, i.e. without "=" 2020-01-30 21:44:45 +05:30
tests Clippy and rustfmt run 2020-01-31 21:39:17 +05:30
.gitignore Basic crate structure 2020-01-20 22:13:01 +05:30
Cargo.lock Add support for env variable 2020-01-28 22:37:55 +05:30
Cargo.toml Add support for env variable 2020-01-28 22:37:55 +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