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

Implement nom-like escaped_transform Parser #79

Open
Ev1lT3rm1nal opened this issue Feb 5, 2025 · 0 comments
Open

Implement nom-like escaped_transform Parser #79

Ev1lT3rm1nal opened this issue Feb 5, 2025 · 0 comments

Comments

@Ev1lT3rm1nal
Copy link

See https://docs.rs/nom/latest/nom/bytes/complete/fn.escaped_transform.html for reference.

This allows the parser to return a unescaped version of an string.
E.g. "\n" ->"\n"

Maybe also adding escaped function would be great.

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

No branches or pull requests

1 participant