summary refs log tree commit diff stats
path: root/compiler/wordrecg.nim
Commit message (Expand)AuthorAgeFilesLines
...
* merged branch overloading-for-macrosZahary Karadjov2012-03-191-2/+2
|\
| * bootstraps fine with overloadable templatesZahary Karadjov2012-03-141-2/+2
* | first steps for cleaner static/const distinctionAraq2012-03-131-6/+8
|/
* bugfix: no need for arrows to be new token kindsAraq2012-02-121-2/+2
* `do' keyword in the grammar for lambda blocksZahary Karadjov2012-02-101-6/+10
* pragma on/off improvements; endb rewrittenAraq2012-01-281-2/+2
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-051-2/+2
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* new pragma: 'noinit'Araq2011-11-251-2/+2
* 'export' is now a keywordAraq2011-11-241-2/+3
* renamed optional to discardableAraq2011-09-241-2/+2
* implemented optional pragma for implicit discardAraq2011-09-241-2/+2
* 'pure' is now 'noStackFrame' for procsAraq2011-08-191-2/+3
* implemented --nimcache config option; big clean up of magic wordsAraq2011-08-191-29/+18
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-4/+7
* old pointer deref operator completely removedAraq2011-07-231-3/+3
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-2/+2
* importCompilerProc pragma introduced because the hacks for typeinfo.nim did n...Araq2011-06-271-4/+5
* basic thread analysis workingAraq2011-06-131-2/+2
* got rid of nstrtabs and nhashes modulesAraq2011-06-101-2/+2
* := templatable; lexer improvementsAraq2011-04-171-2/+2
* big repo cleanupAraq2011-04-121-0/+129
class='alt'>
1d00f7f9d ^
517312467 ^


e5aefbd1d ^
911551aae ^
6a94599d6 ^




ae5a4cea9 ^
363b1c0a4 ^
1d00f7f9d ^





8f6a275f4 ^
fbe7bf3c8 ^
1d00f7f9d ^

c60916a2a ^
a01fd5e93 ^
aa0a9dd78 ^
a01fd5e93 ^
aa0a9dd78 ^
c60916a2a ^
308710c1e ^



2e5c75973 ^
308710c1e ^







cf323104f ^


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