Evan Langlois <[email protected]> wrote: > And off-topic, but you mentioned your code handled regex's. Google has > a lightning fast regex implementation. Its missing back references or > something, but the speed is pretty amazing. I forget the name of the > lib, but you can Google it. Maybe I'll see if it compiles under TCC :)
It's called RE2, and is written in C++, so tcc won't handle it. Arnold _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
