summary refs log tree commit diff stats
path: root/tests/parser/ttupleunpack.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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.