Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Named arguments in commands + many grammar fixes (#20994) | metagn | 2022-12-06 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 #7582 | Andreas Rumpf | 2018-05-05 | 1 | -1/+12 |
| | |||||
* | sequtils related changes | Peter Mora | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | fixes long standing parsing issue with command syntax | Araq | 2015-03-22 | 1 | -3/+6 |
| | |||||
* | Remove spurious import added in the last commit. | ReneSac | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | Fix optarg() and added two more tests. | ReneSac | 2014-02-03 | 1 | -3/+9 |
| | | | | One for 'do notation' in a single function in an expression, another the trick of using the method call syntax to pass two parameters. | ||||
* | cleaned up command expressions | Araq | 2014-02-02 | 1 | -5/+10 |
| | |||||
* | command syntax is allowed in expressions | Araq | 2014-01-20 | 1 | -0/+12 |