def transformers #5

Closed
opened 2016-11-30 13:59:19 +00:00 by SuzanneSoy · 1 comment
SuzanneSoy commented 2016-11-30 13:59:19 +00:00 (Migrated from github.com)
  • fun def transformer
  • mac def+ transformer (syntax-parser)
  • parameterize def* transformer
  • doc
  • test
  • contract
  • type
  • type-expander, match-expander, etc. (requested by @jsmaniac)
  • regexp with named capture variables, e.g. (def #px"^(?<x>[abc]*)(?<y>.*)$" "ababzza") defines x as "abab" and y as "zza" (requested by @jsmaniac)
- [ ] fun def transformer - [ ] mac def+ transformer (syntax-parser) - [ ] parameterize def* transformer - [ ] doc - [ ] test - [ ] contract - [ ] type - [ ] type-expander, match-expander, etc. (requested by @jsmaniac) - [ ] regexp with named capture variables, e.g. `(def #px"^(?<x>[abc]*)(?<y>.*)$" "ababzza")` defines `x` as `"abab"` and `y` as `"zza"` (requested by @jsmaniac)
SuzanneSoy commented 2016-12-02 18:49:25 +00:00 (Migrated from github.com)

This issue was moved to

This issue was moved to jeapostrophe/remix#8
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/remix#5
No description provided.