18 Commits
Author SHA1 Message Date
David Jennes 4d1d3591c7 Bump year 2022-07-30 20:47:39 +02:00
David Jennes cb2a69d77f Fix issues in codebase 2022-07-26 02:46:37 +02:00
David Jennes 9e8942138c Rework filter to accept some options (to for example skip dirs) 2020-10-17 23:28:28 +02:00
David Jennes 215b4134ee Update year to 2020 2020-07-05 19:34:22 +02:00
David Jennes 8c77fe4b58 Add utility method for constructing a filter regex based on a list of extensions 2020-06-24 16:56:21 +02:00
David Jennes c4b7d37eae Add a ParserOptionValues type 2019-02-24 20:45:04 +01:00
David Jennes 78abc1ec58 Implement feedback
- ParserOptionList is now `ExpressibleByArrayLiteral
- Parser `allOptions` has a default implementation
- Better `check(options:)`
- Made `Option` public
2019-02-24 20:45:04 +01:00
David Jennes 5ad99af65e Basic (empty) implementation 2019-02-24 20:45:04 +01:00
David Jennes 42dd7a8dcc Better default regexes 2019-01-28 00:08:26 +01:00
David Jennes 4d3e875cfd Ensure we match extensions completely 2019-01-28 00:02:20 +01:00
David Jennes dcf5aa8ab6 Update the parsers to handle the new filter logic 2019-01-28 00:02:20 +01:00
David Jennes 068bc70730 Update copyright notices 2018-12-31 21:26:06 +01:00
David Jennes 259fc0a504 Move guards up (earlier) 2018-12-24 14:27:34 +01:00
Grant Butler a7b6a81481 Handle parsing a Core Data model file. 2018-07-31 13:49:01 -04:00
Grant Butler bcf5fbeff1 Handle parsing attributes. 2018-07-31 13:49:01 -04:00
Grant Butler ab785718f1 Handle traversing directories. 2018-07-31 13:48:19 -04:00
Grant Butler b410ff9d50 Handle finding xcdatamodeld files. 2018-07-31 13:48:19 -04:00
Grant Butler f477b63857 Add base CoreData.Parser. 2018-07-31 13:48:19 -04:00