[nodejs] ANN: node-pcre

2013-01-26 Thread mscdex
Hello all, For those who need/want more regexp functionality, I've created a binding to pcre. I already had a gypified pcre for my mmmagic addon, so it wasn't too bad putting pcre into its own separate addon. Currently it builds on Windows, Linux, and OSX. BSD and *Solaris users can send me a

Re: [nodejs] ANN: node-pcre

2013-01-26 Thread Dan Milon
Not really relevant, but this reminded me of Mads Ager's talk [1], from the V8 team, when V8 was a new thing. He talks about how they started with pcre internally, but then decided to write their own regex engine. Anyway, I found it interesting, you might wanna check it out. [1]

Re: [nodejs] ANN: node-pcre

2013-01-26 Thread Luke Arduini
This is cool :). I starred it on npm. On Saturday, January 26, 2013, mscdex wrote: Hello all, For those who need/want more regexp functionality, I've created a binding to pcre. I already had a gypified pcre for my mmmagic addon, so it wasn't too bad putting pcre into its own separate addon.

Re: [nodejs] ANN: node-pcre

2013-01-26 Thread Nathan Rajlich
Nice job on the gypification Brian! On Sat, Jan 26, 2013 at 2:51 PM, Luke Arduini luke.ardu...@gmail.comwrote: This is cool :). I starred it on npm. On Saturday, January 26, 2013, mscdex wrote: Hello all, For those who need/want more regexp functionality, I've created a binding to pcre.