Dr. Robert van Engelen
Dr. Robert van Engelen
A quick update. I plan to work on this issue to improve lazy quantifiers in POSIX mode (the default ugrep regex mode, like GNU grep). Nobody has seriously attempted to...
I wrote the first algorithm in 2016 for [RE/flex](https://github.com/Genivia/RE-flex) to support POSIX lazy quantifier transformation to DFAs. There was no other algorithm or some (hacked) implementation publicly available that could...
Good news. After refining the DFA construction algorithm, I am now able to verify that all regex in my test set behave the same as Perl regex lazy patterns. The...
I appreciate your effort, but with all the changes in services (Travis CI no longer free and LGTM moved to a different analysis paradigm), I've looked into GitHub C/C++ CI...
@bkmgit It's been a while, maybe too long... Libtool isn't available on MacOS by default. Needs Homebrew or Macports to install. That's unfortunate. On the other hand, there is ranlib....
I don't think that ranlib alone would work, since it is part of libtool and libtool causes problems on MacOS. I checked but MacOS still has the libtool issues. So...
Can we close this?
Interesting idea. I would suggest options to specify file systems to include and exclude in/from recursive searches. This covers the case of file system types too, since we can get...
P.S. I meant to use `paste -d, - -` to replace newlines, instead of `tr`, which is now corrected with an edit.
I really don't understand this problem and cannot replicate this problem either. Perhaps you found a workaround or got help from the OpenIndiana OS folks?