-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to best address a need for lookarounds? #61
Comments
Hi @pmiam, thanks for your interest. Larger work on the code always brings the risks of introducing regressions. This package has a testsuite, but I have not tried to investigate how complete it is and how likely it catches regressions.
Extensions do not conflict with my stated goal of stability, as long as they are backward compatible.
So I suggest you work on a fork of this repo, so you can figure out whether its feasible. |
Thank you for your optimistic response, Andreas. I have started a fork. This will be a big undertaking for me, but I think worthwhile. I will work independently, but I may ask some conceptual questions here. Of course, I welcome input from other interested devs on this issue or on my fork. |
I am a user of the
hledger
tool. For some time my user experience has been limited by the fact thatregex-tdfa
does not support the negative lookahead. My goal is to add lookaround support to hledger's query engine, but I need some advice to help me get started:Are lookarounds welcome in
regex-tdfa
? If so, I will contribute here.There is a lot of homework I have yet to do on this subject. If my instincts are wrong, I'd appreciate a forewarning. Thank you.
The text was updated successfully, but these errors were encountered: