summary refs log tree commit diff stats
path: root/tests/parser
Commit message (Expand)AuthorAgeFilesLines
...
| * Parser: Test for exact missing ':' location columnAdam Strzelecki2015-04-213-0/+39
* | Add sfGenSym for (_).Dominik Picheta2015-04-231-12/+20
* | Merge branch 'devel' into underscore-tuple-unpackDominik Picheta2015-04-231-1/+32
|\|
| * Changing the rule for arrow like operators again.ReneSac2015-04-101-5/+5
| * Restore newline at the end of the file.ReneSac2015-04-091-1/+1
| * Add tests for arrow like ops in tstrongspaces.nimReneSac2015-04-091-0/+14
| * Added tests for keyword operators in tstrongspacesReneSac2015-04-081-1/+18
* | Get rid of tkUnderscore. Map _ to tkSymbol.Dominik Picheta2015-04-081-0/+3
* | Implements #2154.Dominik Picheta2015-03-311-0/+18
|/
* fixes long standing parsing issue with command syntaxAraq2015-03-222-3/+13
* fixes #1802Araq2015-03-221-0/+19
* fixes #1805Araq2015-03-211-0/+19
* fixes #2123Araq2015-02-141-0/+11
* fixes a small bug concerning semicolons for top level statementsAraq2014-12-231-2/+6
* osproc compiles again for haikuAraq2014-03-101-0/+52
* 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
* cleaned up command expressionsAraq2014-02-021-5/+10
* next steps for closure iteratorsAraq2014-01-222-0/+50
* parser support anon iteratorsAraq2014-01-202-0/+32
* command syntax is allowed in expressionsAraq2014-01-201-0/+12