goplus / c2go

Convert C to Go
Apache License 2.0
308 stars 21 forks source link

suggest pcre #7

Open faceair opened 2 years ago

faceair commented 2 years ago

https://www.pcre.org/ The golang standard library uses the RE2 engine, which is not syntactically compatible with pcre. Some systems only support pcre regular expressions, so I hope c2go can convert and support the pcre library.

xiezhenye commented 1 year ago

https://github.com/PCRE2Project/pcre2

A pure go pcre2 port will be great.