summary refs log tree commit diff stats
path: root/compiler/idgen.nim
Commit message (Expand)AuthorAgeFilesLines
* compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-5/+5
* big refactoring: parser compiles againAndreas Rumpf2018-05-101-6/+6
* remove unused stuffJacek Sieka2016-08-091-1/+1
* C code generation now deterministic; fixes #4364Andreas Rumpf2016-06-221-7/+1
* nimrod -> nimErik Johansson Andersson2016-02-051-1/+1
* renamed writeln to writeLine in compilerpatrick dw2015-06-191-11/+11
* Nimrod renamed to NimAraq2014-08-281-1/+1
* renamefestAraq2014-08-231-1/+1
* fixed tuples in a static context; preparations for correct compile time evalu...Araq2014-03-221-1/+1
* case consistency: next stepsAraq2013-12-291-1/+1
* case consistency part 4Araq2013-12-271-3/+3
* case consistency part 1Araq2013-12-271-3/+3
* next steps to hygienic templatesAraq2012-08-201-5/+1
* genSym support for hygienic macros and templates.Zahary Karadjov2012-03-261-2/+5
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* compiler uses new 'readLine'Araq2011-11-271-5/+8
* rod files: next trivial examples workingAraq2011-10-221-1/+4
* first steps to C file merge operation for incremental compilationAraq2011-10-211-3/+6
* much more efficient rod file generationAraq2011-10-181-0/+57
kkartik/mu/commit/html/tangle.mu.html?h=hlt&id=a654e4ecace2d506d1b10f1dde2c287ebe84ef37'>a654e4ec ^
c5ffb6e1 ^

a654e4ec ^
e66851d8 ^
f5465e12 ^
c5ffb6e1 ^

f5465e12 ^
c5ffb6e1 ^


4690ce81 ^
f5465e12 ^
c603cd6c ^
f5465e12 ^
76755b28 ^
f5465e12 ^
76755b28 ^
c5ffb6e1 ^

76755b28 ^
c5ffb6e1 ^
f5465e12 ^

4690ce81 ^
c5ffb6e1 ^

76755b28 ^
c5ffb6e1 ^
f5465e12 ^
9570363a ^
c603cd6c ^
c5ffb6e1 ^

4690ce81 ^
f5465e12 ^

c5ffb6e1 ^




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