Commit graph

21 commits

Author SHA1 Message Date
Orhun Parmaksız f0b58bcf21
fix(parser): filter out empty file names while checking 2021-12-18 23:53:59 +03:00
Orhun Parmaksız 8ebb588b58
feat(parser): support multiple glob patterns 2021-12-18 19:29:31 +03:00
Orhun Parmaksız 3c6fb58a41
feat(parser): add support for reading GZIP files 2021-12-18 19:24:46 +03:00
Orhun Parmaksız e49155a503
feat(args): add --system flag for preloading from system directories 2021-12-15 17:22:36 +03:00
Orhun Parmaksız 0c223c0a72
style(parser): update error messages 2021-11-24 23:26:02 +03:00
Orhun Parmaksız 2379c6ddf3
fix(parser): return error in the case of empty file vector 2021-11-23 23:45:35 +03:00
Orhun Parmaksız e8c7890f98
test(parser): update document parser tests about required files 2021-11-23 23:40:06 +03:00
Orhun Parmaksız f7f323d3af
feat(parser): add a mechanism for checking the existence of required files 2021-11-23 23:38:43 +03:00
Orhun Parmaksız 079b65c409
test(parser): update regexes to have at least one group 2021-11-18 21:59:07 +03:00
Orhun Parmaksız 4039c09f1a
feat(app): display the documentation references 2021-11-17 22:14:39 +03:00
Orhun Parmaksız d4768c5695
style(docs): trim the start of the documents 2021-11-16 20:10:14 +03:00
Orhun Parmaksız 14abb58f17
test(parser): add tests for parser crate 2021-10-30 02:19:31 +03:00
Orhun Parmaksız 8aca59a897
refactor(parser): use constants for kernel documentation parsers 2021-10-28 18:45:56 +03:00
Orhun Parmaksız 6f3df91efb
refactor(parser): rename RstParser to Parser 2021-10-28 13:49:32 +03:00
Orhun Parmaksız f7a084260f
refactor(parser): make core module depend on parser 2021-10-28 01:31:20 +03:00
Orhun Parmaksız b95b0ebf06
refactor(sysctl): move section to sysctl module 2021-10-26 20:15:51 +03:00
Orhun Parmaksız 1efc8cf504
refactor(parser): use regular expressions instead of pest parser 2021-10-26 19:37:53 +03:00
Orhun Parmaksız 507c6ee063
refactor(kernel): rename ParamDoc to Documentation 2021-10-18 00:40:38 +03:00
Orhun Parmaksız 71d3da2cf8
refactor(kernel): rename kernel module to docs 2021-10-18 00:16:08 +03:00
Orhun Parmaksız bc2016df67
refactor(kernel): rename Parameter struct to ParamDoc 2021-10-17 21:28:03 +03:00
Orhun Parmaksız 8ae0acda21
chore(project): rename project to systeroid 2021-10-14 00:19:11 +03:00