summary refs log tree commit diff stats
path: root/tests/parser/tprecedence.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #10896 (#10903)Andreas Rumpf2019-03-251-0/+5
|
* gc: destructors is beginning to work (#10483)Andreas Rumpf2019-01-291-0/+9
| | | | | | | | | | | | | | | | * kochdocs.nim: code cleanup * docgen: nicer indentation * parser.nim: code cleanup * fixes #10458 * make tests green again * make =destroy mixins * gc:destructors: produced C code is almost working * --gc:destructors simple program compiles (but leaks memory) * gc:destructors make examples compile in C++ mode * destructors: string implementation bugfixes * strs.nim: minor code cleanup * destructors: builtin seqs are beginning to work * remove debugging helpers
* fixes #9633Andreas Rumpf2018-11-081-1/+17
|
* parser change: 'not' is always a unary operator; fixes #9574Andreas Rumpf2018-11-071-0/+5
|
* added the 'x.p[:T]' notation for explicit generic instantiations in ↵Araq2018-04-061-1/+7
| | | | combination with the ddot calling syntax
* fixes a small bug concerning semicolons for top level statementsAraq2014-12-231-2/+6
|
* next steps for closure iteratorsAraq2014-01-221-0/+11