summary refs log tree commit diff stats
path: root/tests/parser/tcommand_as_expr.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #7582Andreas Rumpf2018-05-051-1/+12
|
* sequtils related changesPeter Mora2015-10-051-0/+1
|
* fixes long standing parsing issue with command syntaxAraq2015-03-221-3/+6
|
* Remove spurious import added in the last commit.ReneSac2014-02-031-1/+1
|
* Fix optarg() and added two more tests.ReneSac2014-02-031-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 expressionsAraq2014-02-021-5/+10
|
* command syntax is allowed in expressionsAraq2014-01-201-0/+12