-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
RoadmapLarger scale planned feature or tracking issueLarger scale planned feature or tracking issuebugSomething isn't workingSomething isn't working
Description
The current syntax-rules implementation generally works, but leaves a little to be desired. Namely:
- No support for quoting of the ellipsis character
(... ...) - Matching of patterns with
...and.should be greedier with the repeat? Not sure about this one. - What if the ellipsis is also a literal identifier?
- Macro hygiene
- Identifier hygiene
- Scope hygiene
- Missing location on expanded templates.
- Substitutions inside quoted templates.
- Vector patterns and templates (
#(<pattern>+)). - Macros are not included in compiled libraries.
- Re-export of macro items.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
RoadmapLarger scale planned feature or tracking issueLarger scale planned feature or tracking issuebugSomething isn't workingSomething isn't working