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

Indicate where chunks are continued, instead of always appending chunks with the same name. #1

Open
SuzanneSoy opened this issue Aug 14, 2016 · 0 comments
Assignees

Comments

@SuzanneSoy
Copy link
Owner

Make the following code work, the <…> indicates that subsequent chunks with the same name should be inserted there, instead of being appended.

@chunk[<foo>
       (define-syntax foo
         (syntax-parser
           [first-case first-result]
           <…>]

@chunk[<foo>
           [second-case second-result]]

@chunk[<foo>
           [second-case second-result]]
@SuzanneSoy SuzanneSoy self-assigned this Aug 14, 2016
SuzanneSoy pushed a commit that referenced this issue May 15, 2017
This is apparently needed because otherwise the `#1` argument is fragile.

This can be seen any time a tile with an m-dash `---` in it.
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