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

raw strings #179

Open
nikomatsakis opened this issue May 12, 2022 · 0 comments
Open

raw strings #179

nikomatsakis opened this issue May 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@nikomatsakis
Copy link
Member

We are going to want something like Rust's raw strings (r"foo" or r#"foo"#, etc). We'll probably have to extend the tokenizer to support prefixes like r"foo", too, I forget if I handled that. We may also want strings that just skip the margin and whitespace munging.

We probably also want something like print that doesn't add a newline -- but maybe that could be handled by an optional argument (print(f, newline: false).await) if we supported those.

@xffxff xffxff added the enhancement New feature or request label May 14, 2022
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

2 participants