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 DEP 12, string literal syntax #1487

Merged
merged 11 commits into from
Apr 18, 2023
Merged

Implement DEP 12, string literal syntax #1487

merged 11 commits into from
Apr 18, 2023

Conversation

cgay
Copy link
Member

@cgay cgay commented Apr 2, 2023

@cgay cgay marked this pull request as ready for review April 5, 2023 15:43
@cgay cgay force-pushed the dep12 branch 2 times, most recently from ab2120e to eba7ff3 Compare April 9, 2023 02:38
@cgay
Copy link
Member Author

cgay commented Apr 12, 2023

Ignore this comment. Just testing comments on a PR to see if they show up in Matrix room.

cgay added 10 commits April 12, 2023 13:56
...to not require a `<lexer>`, for ease of testing.
Renamed the #"sharp-quote" states to #"sharp-double-quote" to avoid confusion
with the single-quote states, which are just referred to as "quote".
This is consistent with having both "x" and """x""" syntax for strings, and
since Newline is already accepted with `#"a\nb"` why not allow multi-line
syntax for quoted symbols (a.k.a. unique strings).
@cgay cgay merged commit ff45085 into dylan-lang:master Apr 18, 2023
@cgay cgay deleted the dep12 branch April 22, 2023 21:02
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

Successfully merging this pull request may close these issues.

2 participants