diff options
-rw-r--r-- | lib/core/macros.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim index 8cbcc54df..43e61d660 100644 --- a/lib/core/macros.nim +++ b/lib/core/macros.nim @@ -12,6 +12,10 @@ include "system/helpers" ## This module contains the interface to the compiler's abstract syntax ## tree (`AST`:idx:). Macros operate on this tree. +## +## See also: +## * `macros tutorial <https://nim-lang.github.io/Nim/tut3.html>`_ +## * `macros section in Nim manual <https://nim-lang.github.io/Nim/manual.html#macros>`_ ## .. include:: ../../doc/astspec.txt |