See the Julia Manual on Macros: https://docs.julialang.org/en/v1/manual/metaprogramming/#man-macros
Writing macros in Julia can be tricky due to hygiene issues. This video illustrates the kind of problems that may arise and how to solve these problems. More Julia programming tips can be found in my book Hands-on Design Patterns and Best Practices with Julia (https://www.amazon.com/gp/product/183864881X).