Commit Graph

9 Commits (003986677fc751487717993161e04211e7e43a39)

Author SHA1 Message Date
Avril c830b1728b
Deferred comptime string concatenation in cases where near-duplicate strings would end up in the binary with no performance benefit from not having the extra indirection in printing. (See `ext::disjoint!` macro.)
2 weeks ago
Avril 4539f87528
Added `GroupConfig` argument to `print_groups()`: Configurable group printing delimiters (default: Field delim (specified groups) <TAB>-literal, Line delim (input strings) <LF>-literal.)
2 weeks ago
Avril e6c0714575
Added multi-group printing (to old interface.)
2 weeks ago
Avril bcdbec60ca
Started PCRE2 dep-updated Cli refactor
3 weeks ago
Avril 6a74f54a26
Imported cli-refactor's `args.rs` (for future CLI refactor) with PCRE2 dependency update.
3 weeks ago
Avril 100b3a9afd
Switched PCRE backend to **much** better PCRE2 library. (Allows for concurrency directly, etc.)
3 weeks ago
Avril d9ad1bafdf
read from stdin
5 years ago
Avril ab97713013
added feature "perl": use pcre
5 years ago
Avril 5eb377769e
Initial commit
5 years ago