pcre icon indicating copy to clipboard operation
pcre copied to clipboard

Use c2v on pcre lib, instead of using a wrapper.

Open JalonSolov opened this issue 4 years ago • 2 comments

The biggest advantage of doing this is that the pcre regex features are then available to all backends, not just C.

JalonSolov avatar Dec 16 '20 19:12 JalonSolov

That'd be sweet. Is c2v mature enough for that to work?

elimisteve avatar Dec 17 '20 00:12 elimisteve

The Go pcre package does exactly this using the ccgo C to Go translator.

srackham avatar Sep 27 '22 08:09 srackham