Commit graph

24 commits

Author SHA1 Message Date
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