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

Open
opened 2016-08-14 19:22:38 +01:00 by SuzanneSoy · 0 comments
SuzanneSoy commented 2016-08-14 19:22:38 +01:00 (Migrated from github.com)

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]]
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]] ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: suzanne.soy/hyper-literate#1
No description provided.