summary refs log tree commit diff stats
path: root/compiler/evaltempl.nim
Commit message (Expand)AuthorAgeFilesLines
* nimsuggest improvementsAraq2015-01-301-1/+1
* fixes #1915Araq2015-01-121-1/+1
* Revert 5e4ae8dDustin Lacewell2015-01-071-33/+17
* fix #1858; Add support for generic templates and macrosZahary Karadjov2015-01-051-17/+33
* Nimrod renamed to NimAraq2014-08-281-1/+1
* case consistency: next stepsAraq2013-12-291-1/+1
* case consistency part 4Araq2013-12-271-6/+6
* attempt to improve line information for '!=' etc. templatesAraq2013-10-151-32/+13
* bugfix: evalTemplateArgsAraq2012-10-141-1/+1
* term rewriting macros fully implemented; still buggyAraq2012-09-031-10/+52
* first steps to make templates hygienicAraq2012-08-201-0/+83
uthor Kartik K. Agaram <vc@akkartik.com> 2015-04-14 19:06:57 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-04-14 19:08:38 -0700 1063 - variable names for surrounding spaces now work' href='/akkartik/mu/commit/cpp/036closure_name?h=hlt&id=82ac0b7ecbc145ed8c8ecd8309166f654af1ee75'>82ac0b7e ^
69d95127 ^
82ac0b7e ^


69d95127 ^

82ac0b7e ^









2199940a ^
82ac0b7e ^













69d95127 ^
82ac0b7e ^
69d95127 ^


82ac0b7e ^

























































































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