pfalcon / re1.5

re1, the unbloated regexp engine by Russ Cox, elaborated to be useful for real-world applications
BSD 3-Clause "New" or "Revised" License
42 stars 4 forks source link

More named classes #5

Closed dpgeorge closed 9 years ago

dpgeorge commented 9 years ago

This gets other engines working with named classes.

pfalcon commented 9 years ago

Thanks!

On a free day, I will look into special-cases thompson engine in run-tests...

dpgeorge commented 9 years ago

A "free day" does not exist in my world :)

Multiple engines are nice, but yes some work to maintain. For now it's ok.

pfalcon commented 9 years ago

Well, thompson is a boolean yes/no matcher, not providing (all of) positions, etc., I guess issue is due to that, but will need to check closer.