Files
Nim/lib
Timothee Cour 9abd383a2a new genAst as replacement for quote do (#17426)
* new `macros.genAst`: fixes all issues with `quote do`
* add changelog entry
* add workaround for https://github.com/nim-lang/Nim/issues/2465#issuecomment-511076669
* add test for #9607
* add kNoExposeLocalInjects option
* add test case for nested application of genAst
* genAst: automatically call newLit when needed
* allow skipping `{}`: genAst: foo
* add test that shows this fixes #11986
* add examples showing mixin; add examples showing passing types, macros, templates
* move to std/genasts
* improve docs
2021-04-02 13:11:03 +02:00
..
2017-02-20 17:24:19 +02:00
2021-02-18 22:47:21 -08:00
2021-02-18 22:47:21 -08:00
2021-03-21 10:35:55 +01:00
2021-04-02 00:18:40 -07:00
2013-03-16 23:53:07 +01:00
2021-02-18 22:47:21 -08:00
2021-02-18 22:47:21 -08:00
2021-03-29 14:39:49 +02:00