On Mon, Feb 25, 2002 at 12:18:20AM -0800, Brent Dax wrote:
> We have an opcode, rx_compile, slotted for a generic regex compiler.
> The idea is that most regex-heavy languages (like Perl) would implement
> their own compilers with the extra semantics necessary, but many
> languages that don't need
Steve Fink:
# I've written a more or less working regular expression compiler and
# optimizer.
Excellent work!
#Where should I put it? It's not really part of Parrot, at
# least no more than perl's eval"" would be. Would languages/regex be ok
# fo
I've written a more or less working regular expression compiler and
optimizer. Where should I put it? It's not really part of Parrot, at
least no more than perl's eval"" would be. Would languages/regex be ok
for now?