Rust library to parse SystemVerilog / Verilog filelists, used in https://github.com/dalance/svlint https://crates.io/crates/sv-filelist-parser
Go to file
Raamakrishnan 9177bd6a1c Parsing incdir
- Added incdir parsing
- Fixed the ending + bug
- Added more tests for single and multiple values in define and incdir
2020-01-22 23:02:58 +05:30
src Parsing incdir 2020-01-22 23:02:58 +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