manual: removed subjective phrase from 'macros' section (#14536)

Removed phrase "However, this is no real restriction because
Nim's syntax is flexible enough anyway." from the manual - I find it
very subjective, and I sometimes *do* find myself restricted by Nim's
syntax when writing DSLs
This commit is contained in:
Ico Doornekamp
2020-06-01 14:02:17 +02:00
committed by GitHub
parent 8710395a0f
commit 0489e76da7

View File

@@ -5305,8 +5305,7 @@ twice:
this process iterates.
While macros enable advanced compile-time code transformations, they
cannot change Nim's syntax. However, this is no real restriction because
Nim's syntax is flexible enough anyway.
cannot change Nim's syntax.
Debug Example
-------------