summary refs log tree commit diff stats
path: root/tests/macros/tforloop_macro1.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
#n41'>41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73