Commit graph

17 commits

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