Daylin's Brain Dump

# Nim Macros

Nim macros are one of the powerful way to extend nim code through metaprogramming.

There are a number of handy functions in std/macros that help to debug them as well in development.

ref pmunch

my macros