Commit graph

40 commits

Author SHA1 Message Date
Aadi Desai 3d13767002
Migrate to new package name 2022-05-12 16:19:15 +00:00
Aadi Desai 8ee39041ee
Add support for env vars without braces or parentheses 2022-05-12 16:03:27 +00:00
Aadi Desai 6906c4fa60
Parse lines starting with # as comments 2022-05-12 15:53:18 +00:00
Raamakrishnan A 8fbcfb64d8
Merge pull request #4 from DaveMcEwan/rmCargoLock
Remove `Cargo.lock` because this is a library package.
2022-02-20 23:26:54 +05:30
Raamakrishnan eb42fd8df1 Added Cargo.lock to .gitignore 2022-02-20 23:20:56 +05:30
Dave McEwan 7cbf4b183e Remove Cargo.lock because this is a library package.
https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
2022-02-17 12:42:12 +01:00
Raamakrishnan 5903f2b340 Bump version to 0.1.2 2020-02-20 21:50:42 +05:30
Raamakrishnan 9d90e78644 Fix file path as_ref usage 2020-02-20 21:50:19 +05:30
Raamakrishnan A 2972aa9b10
Merge pull request #1 from dalance/empty_line
Add empty line support
2020-02-20 21:37:27 +05:30
dalance 032a64ef49 Add empty line support 2020-02-20 10:31:31 +09:00
Raamakrishnan b6c346b61c Better support path and str. Incr version v0.1.1 2020-02-07 21:40:17 +05:30
Raamakrishnan 328cb9203e Bump version to v0.1.1 2020-02-07 21:36:28 +05:30
Raamakrishnan abda8754a6 better support Path and str in parse_file args 2020-02-07 21:35:09 +05:30
Raamakrishnan 980680b37e Merge for v0.1.0 release 2020-02-04 19:28:32 +05:30
Raamakrishnan bc536c6c15 Update cargo.toml, changelog. Bump version. 2020-02-02 22:10:11 +05:30
Raamakrishnan 4147f3915a Update package metadata. Add license. Fix github actions 2020-02-02 14:28:10 +05:30
Raamakrishnan A 4278c9f3c3
Add basic github actions in rust.yml 2020-02-02 14:14:09 +05:30
Raamakrishnan 753e3d7693 Update docs. Add changelog 2020-02-02 14:03:53 +05:30
Raamakrishnan ed6065a19d Update Readme and cargo docs 2020-02-02 13:42:24 +05:30
Raamakrishnan 80f5fd6879 Change package name to verilog filelist parser and remove main.rs 2020-02-02 12:57:35 +05:30
Raamakrishnan f8e5601803 Add checks for unknown commands 2020-02-02 11:49:05 +05:30
Raamakrishnan 01d483331c pulling the parse_file function to lib top 2020-01-31 22:56:26 +05:30
Raamakrishnan 73554ac998 Clippy and rustfmt run 2020-01-31 21:39:17 +05:30
Raamakrishnan 4061408e5c Changing files and incdirs to PathBuf from String 2020-01-31 21:35:14 +05:30
Raamakrishnan c962719206 Add support for defines w/o args, i.e. without "=" 2020-01-30 21:44:45 +05:30
Raamakrishnan f8086d39aa Add support for env variable 2020-01-28 22:37:55 +05:30
Raamakrishnan 81331461d4 Expose Filelist struct to lib top level 2020-01-27 21:24:52 +05:30
Raamakrishnan a97a6a3468 add support for Filelists in file parser. 2020-01-26 22:22:39 +05:30
Raamakrishnan 90bd07ebf1 renamed sample to testcase 2020-01-26 21:18:33 +05:30
Raamakrishnan 3b6cb44627 A simple try in main 2020-01-25 13:37:20 +05:30
Raamakrishnan 17c4de3e5f Added logic to parse the entire file 2020-01-25 13:36:34 +05:30
Raamakrishnan ad231866fd Moving line parser to its own mod 2020-01-25 11:55:50 +05:30
Raamakrishnan cc689e66a0 Ran clippy. Removed returns, lifetime in params 2020-01-23 22:09:28 +05:30
Raamakrishnan b91f785509 Add comment and file parsing. Removed Unknown 2020-01-23 22:01:46 +05:30
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
Raamakrishnan 319a7108bf Add data to LineType. Add parsing for filelist and defines 2020-01-22 22:46:56 +05:30
Raamakrishnan d5b0c72f03 Added a basic Readme 2020-01-21 21:50:20 +05:30
Raamakrishnan bc1bb94e7b Changed crate name to sv-filelist-parser 2020-01-21 21:43:16 +05:30
Raamakrishnan 8d36a3a46d Just doodling around with basic main and lib file 2020-01-20 22:15:06 +05:30
Raamakrishnan f50981370f Basic crate structure 2020-01-20 22:13:01 +05:30