summary refs log tree commit diff stats
path: root/compiler/renderer.nim
Commit message (Expand)AuthorAgeFilesLines
...
* new syntactic construct: a{i}Araq2011-10-081-1/+7
* finally got rid of nkPassAsOpenArrayAraq2011-08-161-4/+2
* old pointer deref operator completely removedAraq2011-07-231-1/+1
* bugfix: generic instantiation across module boundariesAraq2011-06-061-14/+12
* deprecated system.copy: use system.substr insteadAraq2011-05-141-1/+1
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-011-3/+6
* grammar changes for table constructor: second partAraq2011-04-211-2/+9
* got rid of some arcane module namesAraq2011-04-211-0/+1104
d'>aba60e54d ^
03019849f ^
































375101982 ^








03019849f ^
aba60e54d ^
03019849f ^

aba60e54d ^
03019849f ^

aba60e54d ^
375101982 ^

aba60e54d ^
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