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-26 21:18:33 +05:30
src A simple try in main 2020-01-25 13:37:20 +05:30
testcase renamed sample to testcase 2020-01-26 21:18:33 +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