summary refs log tree commit diff stats
path: root/compiler/dfa.nim
Commit message (Collapse)AuthorAgeFilesLines
* introduce nkTupleConstr AST node for unary tuple construction; breaking changeAndreas Rumpf2018-04-131-1/+1
|
* DFA: code cleanups and some support for consuming operationsAndreas Rumpf2017-12-271-109/+9
|
* DFA attempt to capture the essence of linear typesAndreas Rumpf2017-12-231-2/+21
|
* DFA works for simple examplesAndreas Rumpf2017-12-211-9/+17
|
* next steps in giving Nim a decent DFA infrastructureAraq2017-12-181-5/+83
|
* Fixed koch warning when installing Nim. (#6898)Gerke Max Preussner2017-12-121-3/+3
|
* deprecated unary '<'Andreas Rumpf2017-10-291-2/+2
|
* initial version of the new untested destructor passAndreas Rumpf2017-10-121-4/+4
|
* preparations for a new AST transformation pass with the aim of giving us ↵Andreas Rumpf2017-10-091-22/+40
| | | | reliable destructors
* disable the new DFAAndreas Rumpf2017-10-091-24/+33
|
* work in progress: a dataflow architecture for NimAndreas Rumpf2017-10-091-0/+412
committer Anselm R. Garbe <garbeam@wmii.de> 2006-07-10 18:35:39 +0200 added new stuff' href='/acidbong/suckless/dwm/commit/draw.c?h=1.3&id=8a34fa50f75f4d6d8af234ac0c4f6d40b988d700'>8a34fa5 ^
d7e1708 ^

8a34fa5 ^

650a1fb ^
8a34fa5 ^
e7fa504 ^
650a1fb ^
8a34fa5 ^
b1701ad ^
39677ec ^
650a1fb ^
8a34fa5 ^
39677ec ^
8a34fa5 ^

39677ec ^
8a34fa5 ^

39677ec ^
8a34fa5 ^

650a1fb ^


8a34fa5 ^

9e8b325 ^
8a34fa5 ^

650a1fb ^
8a34fa5 ^

e7fa504 ^

650a1fb ^


8a34fa5 ^


650a1fb ^


8a34fa5 ^


9e8b325 ^

8a34fa5 ^

9e8b325 ^

8a34fa5 ^



8a34fa5 ^
9e8b325 ^
8a34fa5 ^
dfd84f9 ^
9e8b325 ^

8a34fa5 ^

9e8b325 ^
dfd84f9 ^


9e8b325 ^
dfd84f9 ^
9e8b325 ^
8a34fa5 ^


9e8b325 ^
8a34fa5 ^

d7e1708 ^
8a34fa5 ^
8a8b795 ^
8a34fa5 ^
9e8b325 ^


8a34fa5 ^



9e8b325 ^


8a34fa5 ^

9e8b325 ^
8a34fa5 ^


8a34fa5 ^
9e8b325 ^







8a34fa5 ^



9e8b325 ^






650a1fb ^
9e8b325 ^

8a34fa5 ^
9e8b325 ^
8a34fa5 ^
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