Why not declare `options` in the `dsl` scope?
template dsl(body: untyped) =
block:
template options(optionsBody: untyped) =
# ...
body
Run
- Detect englobing scope in macros spip
- Re: Detect englobing scope in macros yglukhov
- Re: Detect englobing scope in macros spip
- Re: Detect englobing scope in macros leorize
- Re: Detect englobing scope in macros pietroppeter
