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

Add parsing for Verbatim Strings #141

Open
kindlich opened this issue Jun 1, 2024 · 0 comments
Open

Add parsing for Verbatim Strings #141

kindlich opened this issue Jun 1, 2024 · 0 comments
Labels
bug Something isn't working enhancement New feature or request parser
Milestone

Comments

@kindlich
Copy link
Member

kindlich commented Jun 1, 2024

Verbatim strings: @"xxx" is a verbatim string and can contain newlines and anything else you want, except ". To use ", double the quote. Exists both in single and double quote variants. No escape character processing. Multiple lines allowed.

Currently, while the Tokenizer does know of TokenTypes for verbatim strings, these are not used in the parser for actually parsing the strings, therefore they cannot be used right now.

@kindlich kindlich changed the title Verbatim Strings Add parsing for Verbatim Strings Jun 1, 2024
@kindlich kindlich added bug Something isn't working enhancement New feature or request parser labels Jun 1, 2024
@kindlich kindlich added this to the v2.0.0 milestone Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request parser
Projects
None yet
Development

No branches or pull requests

1 participant