-
Notifications
You must be signed in to change notification settings - Fork 9
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
Regex dependency #66
Regex dependency #66
Conversation
This is a showstopper: mndrix/regex#7 We can use http://www.swi-prolog.org/pldoc/doc_for?object=section(%27packages/pcre.html%27) as suggested in the ticket. This is now bundled by default in the stable 7.6.x series. Some users may need to upgrade their swi-prolog installation. |
I'm being dense, I can't figure out how the regex test passes, if |
The test passes because, I think, the prefix notation |
Looks great And doh, I was scanning the gnumake_parser code for |
for the record, the syntax is now (in line with PCRE)
Goodbye to the |
Allows matching of Perl-style regexes in Prolog blocks, via https://github.com/mndrix/regex
This will fire for
test_apple
but nottest_cat
ortest_APPLE
.Introduces external dependency on https://github.com/mndrix/regex