Last active
November 25, 2020 07:58
-
-
Save Davidebyzero/9090628 to your computer and use it in GitHub Desktop.
Solutions to teukon's Draft Regex Golf Bonus Levels (SPOILERS! SPOILERS!) and discussion of mathematical regexes
I implemented character classes :) and of course the first thing I tried was our robust Triples solution. It works perfectly.
I implemented character classes :) and of course the first thing I tried was our robust Triples solution. It works perfectly.
Brilliant.
Hi teukon!
Well I finally got it releasable and posted my regex engine on github. The name isn't final. There's still some polishing to be done (especially, adding parser error messages), but it is quite usable. Hopefully you'll be able to compile it without any trouble.
Great. I'll put this on my to-do list but I'm currently snowed under with work.
This gist has gotten very long, so I've started a new one to continue the discussion.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Weird. I'm surprised that there are so many bugs in common regex engines.