Ally Dale

Results 5 comments of Ally Dale

It's a good idea, flags has it's own Action function, the app looks like OOP.

As I mentioned in #1237,I have implement this feature at repo [cmdline](https://github.com/vipally/cmdline),but it's a breeak implemention by extends from standard package flag. I have some further ideas on cli, but...

https://gitee.com/gxlb/gogp/blob/dev_gt/syntax.go#L52 I am doing some heavy regexp processing, what need back-reference syntax from regexp library, which is not supported by std.regexp. I found regexp2 meet all what I need. I...

https://gitee.com/gxlb/gogp/blob/dev_gt/vendor/github.com/dlclark/regexp2/std_regexp_api.go I have sucessfully replaced std.regexp with regexp2. When I finish adapt other unused APIs, may I put a PR to regexp2 to compatibility with std.regexp APIs?

Here is something that I want to do on regexp2 next: 1. [x] Add compatibility with std.regexp APIs 2. [ ] Add coverage test cases 3. [ ] Add examples...