summary refs log tree commit diff stats
path: root/tests/macros/tforloop_macro1.nim
Commit message (Expand)AuthorAgeFilesLines
* "for-loop macros" are no longer an experimental feature (#15288)Miran2020-09-081-1/+1
* put the new for loop macros under an experimental switch named 'forLoopMacros'Andreas Rumpf2018-08-151-1/+1
* implements first version of for-loop macrosAndreas Rumpf2018-04-151-0/+44
-message.go?id=312a53e5ff721e0a29e34aaeceb0eece1203002d'>312a53e ^
98da4c9 ^

312a53e ^


455c6f0 ^
8126d82 ^
312a53e ^



455c6f0 ^
312a53e ^
753adb9 ^


312a53e ^


753adb9 ^





32f970e ^

db213fd ^








312a53e ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46