summary refs log tree commit diff stats
path: root/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zahary' into araq2Andreas Rumpf2017-05-161-0/+513
|\
| * fix a parsing regression (do is still mandatory in some situations)Zahary Karadjov2017-04-141-0/+16
| * fix a parsing regression (calls with do inside param lists)Zahary Karadjov2017-04-101-0/+19
| * fully consisent parsing between the new and the old 'do blocks'Zahary Karadjov2017-04-101-0/+478
* | fixes a parser bugAraq2017-04-251-0/+6
|/
* assignments support ': stmtList' like let/var doAndreas Rumpf2017-04-041-1/+2
* language addition: colon-block for expressions in let/var contextAndreas Rumpf2017-04-021-0/+33
* implements #?braces syntaxAraq2016-10-161-0/+432
* fixes critical 'do' parsing bugAndreas Rumpf2016-05-281-0/+79
* fixes multi-line commentsAndreas Rumpf2016-01-171-0/+30
* fixes multiline commentsAndreas Rumpf2016-01-171-0/+16
* fixes strutils.unescape; refs #3634Andreas Rumpf2016-01-171-0/+18
* fixes #1799 properlyAraq2015-10-251-0/+71
* sequtils related changesPeter Mora2015-10-051-0/+1
* minor testsuite cleanupAraq2015-09-101-1/+1
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-043-13/+13
* cleanups for underscores in tuple unpackingAraq2015-04-241-2/+8
* Merge pull request #2566 from nanoant/parser-diagnostic-locationAndreas Rumpf2015-04-243-0/+39
|\
| * 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
Agaram <vc@akkartik.com> 2015-02-19 16:59:31 -0800 committer Kartik K. Agaram <vc@akkartik.com> 2015-02-19 16:59:31 -0800 790 -- boolean operations' href='/akkartik/mu/commit/cpp/014boolean?h=hlt&id=98f7918bddaaaef6b4f59a66a632a475c24105ac'>98f7918b ^
57699011 ^
98f7918b ^
051c4738 ^
1ead3562 ^
dd660682 ^
0487a30e ^



1ead3562 ^
dd660682 ^
0487a30e ^


051c4738 ^
1ead3562 ^
dd660682 ^
0487a30e ^


1848b18f ^

98f7918b ^
795f5244 ^
e236973b ^
4e49b29e ^
6c96a437 ^
4e49b29e ^
9dcbec39 ^
4e49b29e ^


bff0fa45 ^
2b250717 ^
bff0fa45 ^


9dcbec39 ^
bff0fa45 ^

4e49b29e ^

98f7918b ^

0487a30e ^
6c96a437 ^
23d3a022 ^
0487a30e ^
827898fc ^
98f7918b ^


88be3dbc ^
1ead3562 ^
dd660682 ^

d52406cc ^
98f7918b ^
57699011 ^
d7e11237 ^
051c4738 ^
1ead3562 ^
dd660682 ^
0487a30e ^



1ead3562 ^
dd660682 ^
0487a30e ^


051c4738 ^
1ead3562 ^
dd660682 ^
0487a30e ^


1848b18f ^

d7e11237 ^
795f5244 ^
e236973b ^
4e49b29e ^
67a180e3 ^
2b250717 ^
4e49b29e ^

6c96a437 ^
23d3a022 ^

4e49b29e ^


6c96a437 ^
bff0fa45 ^

9dcbec39 ^
bff0fa45 ^


4e49b29e ^

d7e11237 ^

e4630643 ^
6c96a437 ^
23d3a022 ^
0487a30e ^
d7e11237 ^


88be3dbc ^
1ead3562 ^
dd660682 ^
d52406cc ^
d7e11237 ^
57699011 ^
0487a30e ^

1ead3562 ^
dd660682 ^
0487a30e ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172