-
Notifications
You must be signed in to change notification settings - Fork 199
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
Enable raw string support #3475
Comments
Starting work on this task. cc @kevaundray |
Great timing with a BETA release on the JSON parser lib! 😁 This is really needed to parse |
@grasshopper47 where can I find the tests for said JSON parser? |
https://github.com/RontoSOFT/noir-json-parser-tests Sent you an invite |
Problem
To ease working with strings, implement
r#""#
raw-string operator from Rust.Happy Case
I can create raw strings like:
Alternatives Considered
The only alternative is to escape the double-quote character, which leads to a very painful to read code.
Additional Context
For example, in the context of tests for a JSON or REGEX parser, the tests would be unreadable.
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: