-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Julia no longer supports @current_module, so in this regard every `@macromethod should has a built in current_module variable, right? is there a plan to implement it?
@macromethod object(head, begin *{body} end) begin
parse_head(head)
parse_body(body)
end
body may include macros such as
@object SS begin
@stub fun
end
while you are parsing the body , you may want to expand the macro with macroexpand which now takes the expression and the module.
Thanks
Metadata
Metadata
Assignees
Labels
No labels