Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-01 | Update copyright to 2016 in headers | George Marques | |
2015-12-04 | updated the RegEx library nrex to v0.1 | Zher Huei Lee | |
After implementing unit testing to nrex I caught and fixed some errors so it should behave more like Python's RegEx In addition, I've added version numbering so it should be able to tell if the library needs updating. Here are a list of changes: - Fixed zero count quantifiers failing. - Fixed infinite recursion if quantifying zero length token. - Fixed `$` (as a string pattern on its own) not matching. - Fixed look behind rewinding beyond the start of the string. - Added support for alternative back reference format `\g{1}` similar to Python. This allows digits to be used immediately after back references. - Number of capture groups are still limited to 9 by default but can now be manually set, with option for no limit at all. (Python has no limit) - Curly bracket quantifiers `{0}` no longer interpreted as a literal string if previous token is not quantifiable. (Python behaviour) | |||
2015-11-18 | Merge pull request #2707 from akien-mga/master | Juan Linietsky | |
Cosmetic fixes to SCons buildsystem | |||
2015-11-07 | Exposed RegEx expanded option to scripts | Zher Huei Lee | |
2015-11-07 | Fixed segfault in RegEx.get_capture() | Zher Huei Lee | |
2015-11-07 | Updated nrex to latest version | Zher Huei Lee | |
2015-11-07 | Updated nrex for LookAhead support | Zher Huei Lee | |
2015-11-01 | Cosmetic fixes to SCons buildsystem | RĂ©mi Verschelde | |
- Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check | |||
2015-07-24 | Fixed incorrect failsafe return values | Zher Huei Lee | |
2015-07-24 | Made RegEx API similar to old version | Zher Huei Lee | |
2015-07-24 | More nrex fixes | Zher Huei Lee | |
2015-07-24 | Updated nrex fixes | Lee Zher Huei | |
2015-07-24 | Regex library Nrex initial port | Lee Zher Huei | |