mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 09:54:49 +00:00
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:
@@ -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
|
||||
-------------
|
||||
|
||||
Reference in New Issue
Block a user