diff options
author | narimiran <narimiran@disroot.org> | 2019-02-11 09:11:04 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-02-13 23:30:14 +0100 |
commit | 572739a4f3d09dca241b82f86e7cc3a85d5dfd59 (patch) | |
tree | 37835de1f893ffbdf4f159ef14cb8134b61021eb | |
parent | 7bb94abc31c7406dd8b6119f9d63375830de5fb0 (diff) | |
download | Nim-572739a4f3d09dca241b82f86e7cc3a85d5dfd59.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 |