Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Named arguments in commands + many grammar fixes (#20994)
* Breaking parser changes, implement nim-lang/RFCs#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
- Loading branch information