Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JalonSolov opened this issue Dec 16, 2020 · 2 comments
Open

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

JalonSolov opened this issue Dec 16, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@JalonSolov
Copy link
Contributor

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

@JalonSolov JalonSolov added the enhancement New feature or request label Dec 16, 2020
@elimisteve
Copy link
Member

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

@srackham
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants