diff options
author | narimiran <narimiran@disroot.org> | 2019-02-11 09:11:04 +0100 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2019-02-11 09:11:04 +0100 |
commit | d3e35c32000b2ed8ff78e55a1d208bbd6d49450b (patch) | |
tree | 4ddb20fa79dcda805bd96aa36eb5f15b5daa38fb | |
parent | 305f6052eee529be8c5db0c8caebee6823262674 (diff) | |
download | Nim-d3e35c32000b2ed8ff78e55a1d208bbd6d49450b.tar.gz |
macros: add links in the docs [ci skip]
-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 |