index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
implements #?braces syntax
Araq
2016-10-16
1
-0
/
+432
*
fixes critical 'do' parsing bug
Andreas Rumpf
2016-05-28
1
-0
/
+79
*
fixes multi-line comments
Andreas Rumpf
2016-01-17
1
-0
/
+30
*
fixes multiline comments
Andreas Rumpf
2016-01-17
1
-0
/
+16
*
fixes strutils.unescape; refs #3634
Andreas Rumpf
2016-01-17
1
-0
/
+18
*
fixes #1799 properly
Araq
2015-10-25
1
-0
/
+71
*
sequtils related changes
Peter Mora
2015-10-05
1
-0
/
+1
*
minor testsuite cleanup
Araq
2015-09-10
1
-1
/
+1
*
tests: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
3
-13
/
+13
*
cleanups for underscores in tuple unpacking
Araq
2015-04-24
1
-2
/
+8
*
Merge pull request #2566 from nanoant/parser-diagnostic-location
Andreas Rumpf
2015-04-24
3
-0
/
+39
|
\
|
*
Parser: Test for exact missing ':' location column
Adam Strzelecki
2015-04-21
3
-0
/
+39
*
|
Add sfGenSym for (_).
Dominik Picheta
2015-04-23
1
-12
/
+20
*
|
Merge branch 'devel' into underscore-tuple-unpack
Dominik Picheta
2015-04-23
1
-1
/
+32
|
\
|
|
*
Changing the rule for arrow like operators again.
ReneSac
2015-04-10
1
-5
/
+5
|
*
Restore newline at the end of the file.
ReneSac
2015-04-09
1
-1
/
+1
|
*
Add tests for arrow like ops in tstrongspaces.nim
ReneSac
2015-04-09
1
-0
/
+14
|
*
Added tests for keyword operators in tstrongspaces
ReneSac
2015-04-08
1
-1
/
+18
*
|
Get rid of tkUnderscore. Map _ to tkSymbol.
Dominik Picheta
2015-04-08
1
-0
/
+3
*
|
Implements #2154.
Dominik Picheta
2015-03-31
1
-0
/
+18
|
/
*
fixes long standing parsing issue with command syntax
Araq
2015-03-22
2
-3
/
+13
*
fixes #1802
Araq
2015-03-22
1
-0
/
+19
*
fixes #1805
Araq
2015-03-21
1
-0
/
+19
*
fixes #2123
Araq
2015-02-14
1
-0
/
+11
*
fixes a small bug concerning semicolons for top level statements
Araq
2014-12-23
1
-2
/
+6
*
osproc compiles again for haiku
Araq
2014-03-10
1
-0
/
+52
*
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
*
cleaned up command expressions
Araq
2014-02-02
1
-5
/
+10
*
next steps for closure iterators
Araq
2014-01-22
2
-0
/
+50
*
parser support anon iterators
Araq
2014-01-20
2
-0
/
+32
*
command syntax is allowed in expressions
Araq
2014-01-20
1
-0
/
+12