<div class="gmail_quote">2008/6/17 Mats Cronqvist <<a href="mailto:mats.cronqvist@gmail.com">mats.cronqvist@gmail.com</a>>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="Ih2E3d">> As noted in the EEP, some regexp libraries would have been hard or<br></div><div class="Ih2E3d">
> impossible to make rescheduable.<br>
><br>
<br>
</div>  a crucial point. fwiw, i think using PCRE is a sound decision. the<br>
only reasonable alternative i'm aware of is the plan 9 regexp lib. did<br>
you look at that?<br>
  "Libregexp9 is a port of Plan 9's Unicode-capable regular expression<br>
library. It is small and simple and provides the traditional extended<br>
regular expressions (without modern complications like {} and various \x<br>
character classes). It supports Unicode via wide character or UTF-8<br>
encoding."<br>
<br>
<a href="http://swtch.com/plan9port/unix" target="_blank">http://swtch.com/plan9port/unix</a></blockquote><div><br></div><div>Hehe, I checked that out and got an *extreme* deja vu feeling. Which is not surprising as as that is exactly the same RE syntax as in the module regexp. Which is also not surprising as regexp is based an AWK which is an old application from the days before REs became so bloated. It is also very similar to POSIX ERE.</div>
<div><br></div><div>I would seriously discuss whether we need all the other stuff. Really need it.</div><div><br></div><div>Robert</div><div><br></div></div>