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

A new syntax for string literals #75

Closed
gfngfn opened this issue May 16, 2018 · 1 comment
Closed

A new syntax for string literals #75

gfngfn opened this issue May 16, 2018 · 1 comment

Comments

@gfngfn
Copy link
Owner

gfngfn commented May 16, 2018

I consider introducing a new syntax of the form

#`〜`, #``〜``, …

and

`〜`#, ``〜``#, …

not to ignore the leftmost/rightmost spaces in the string literals, respectively. Especially this will enable us to write the single space as #` `# instead of string-unexplode [0x0020].

@gfngfn
Copy link
Owner Author

gfngfn commented May 16, 2018

Introduced by the commit b65083.

@gfngfn gfngfn closed this as completed May 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant