summary refs log tree commit diff stats
path: root/tests/parser/ttupleunpack.nim
Commit message (Collapse)AuthorAgeFilesLines
* require errormsg to be specified before file.Arne Döring2018-12-111-6/+0
|
* cleanups for underscores in tuple unpackingAraq2015-04-241-2/+8
|
* Add sfGenSym for (_).Dominik Picheta2015-04-231-12/+20
|
* Get rid of tkUnderscore. Map _ to tkSymbol.Dominik Picheta2015-04-081-0/+3
|
* Implements #2154.Dominik Picheta2015-03-311-0/+18
When unpacking tuples in var/let declarations a part of the tuple can now be discarded using a single underscore.
'#n88'>88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126