summary refs log tree commit diff stats
path: root/compiler/canonicalizer.nim
Commit message (Collapse)AuthorAgeFilesLines
* Nimrod renamed to NimAraq2014-08-281-2/+2
|
* implements strongSpaces parsing modeAraq2014-03-071-3/+3
|
* fixes #937Araq2014-03-051-0/+7
|
* some progress on the new name manglerAraq2014-02-271-130/+251
|
* added canonizerAraq2014-02-251-0/+288
oang/Nim/blame/lib/std/wordwrap.nim?h=devel&id=e3f80e434aa8eb1d81a3d7a83d0beb02c0158846'>^
56f76c5b0 ^




795d7e321 ^
56f76c5b0 ^


e7fa8f344 ^




56f76c5b0 ^


c308c2e60 ^







56f76c5b0 ^
c308c2e60 ^





56f76c5b0 ^
c308c2e60 ^
795d7e321 ^
c308c2e60 ^





















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