retina icon indicating copy to clipboard operation
retina copied to clipboard

A regex-based programming language.

Results 15 retina issues
Sort by recently updated
recently updated
newest added

Add an anchor which matches at the first position of the match. This can be useful to asserting a relative position while in a lookaround. For instance, it could have...

enhancement
regex-preprocessor

One often has groups which start or end at the beginning or end of the pattern, respectively. Bytes could be saved if those parentheses were optional - i.e. all unmatched...

enhancement
regex-preprocessor

I'd like to see this language on ATO. https://github.com/attempt-this-online/attempt-this-online/blob/main/docs/contributing.md

Commit 444e816 introduced a bug whereby `$.()` causes the program to crash because it tries to take the sum of a zero-length list without providing the additive identity.