— I just compiled my first C++ program :D
— It traverses deterministic finite automata trees and finds nodes which are non-blocking accepting, which in terms of regex means "after this, it's okay not to match anything"
Message permanent page
— Not bad for my first program, jesus
— ^.*(something-specific).*
— Not yet, but I have been studying the syntax in backus-naur form
— Yeah, like imagine 2 regex like this:
1: foo
2: f*x?o{0,3}