Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Named arguments in commands + many grammar fixes (#20994) | metagn | 2022-12-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Breaking parser changes, implement https://github.com/nim-lang/RFCs/issues/442 Types are separated from expressions and better reflected in the grammar. * add test * more accurate grammar * fix keyword typedescs * accept expressions in proc argument lists * CI "fixes" * fixes * allow full ref expressions again, adapt old tests * cleanup, fix some tests * improve grammar, try and revert semtypes change * restrict sigil binding to identOrLiteral * fix, should have caught this immediately * add changelog entry, fix double not nil bug * correct grammar * change section * fix * real fix hopefully * fix test * support LL(1) for tuples * make grammar.txt too | ||||
* | fixes #12741 (#14005) | Andreas Rumpf | 2020-04-19 | 1 | -1/+1 |
| | | | | * fixes #12741 * updated tests | ||||
* | fix #13538 sigmatch errors are now sorted (#13701) | Timothee Cour | 2020-03-20 | 1 | -4/+4 |
| | | | | | | | * fix #13538 sigmatch now sorted and has reliable order * re-enable tests that were disabled because of that bug * fix remaining tests and un-disable 2 other tests that were affected by this bug | ||||
* | fixes #5170 (#13589) | Andreas Rumpf | 2020-03-05 | 1 | -2/+2 |
| | | | | | | * fixes #5170 * make tests green | ||||
* | fix #13182: `proc fun(a: varargs[Foo, conv])` now can be overloaded (#13345) ↵ | Timothee Cour | 2020-02-07 | 1 | -0/+47 |
[backport] |