Aadhavan Srinivasan 71cab59a89 Got rid of unnecessary special case to match at end-of-string
Instead, I tweaked the rest of the matching function, so that a special
check isn't necessary. If we are trying to match at the end of a string,
we skip any of the actual matching and proceed straight to finding
0-length matches.

This change was made because, with the special case, capturing groups
weren't getting updated if we had an end-of-string match.
2024-12-12 14:49:45 -05:00
2024-10-22 14:35:36 -04:00
2024-11-03 14:38:46 -05:00
2024-10-22 21:02:09 -04:00
2024-10-22 14:35:16 -04:00
2024-12-11 00:30:37 -05:00
2024-12-11 00:17:29 -05:00
Description
An NFA-based regex engine with a library and command-line tool.
2.5 MiB
Languages
Go 75.7%
Python 24.2%
Makefile 0.1%