summary refs log tree commit diff stats
path: root/compiler/lexer.nim
Commit message (Expand)AuthorAgeFilesLines
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-2/+2
* old pointer deref operator completely removedAraq2011-07-231-2/+2
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-5/+5
* nicer error messages for used keywords as identifiersAraq2011-06-191-0/+4
* got rid of nstrtabs and nhashes modulesAraq2011-06-101-8/+8
* lexer, parser cleanup; boehm gc for mac os xAraq2011-05-171-13/+16
* got rid of some arcane module namesAraq2011-04-211-0/+768
mp;id=1892d73161a006182d7ef467e2bfc03c11587cb6'>^
80e891a ^
77a0f68 ^
80e891a ^
60b351b ^


cab3771 ^


80e891a ^

db1b2cd ^

80e891a ^









60b351b ^

80e891a ^

60b351b ^
80e891a ^
60b351b ^

77a0f68 ^

80e891a ^
77a0f68 ^

d67c8a6 ^


60b351b ^
d67c8a6 ^


60b351b ^
db1b2cd ^


60b351b ^
80e891a ^
db1b2cd ^

60b351b ^
77a0f68 ^
80e891a ^


cab3771 ^
80e891a ^
77a0f68 ^

80e891a ^



60b351b ^
77a0f68 ^
cab3771 ^
60b351b ^
0b37441 ^









60b351b ^
80e891a ^
60b351b ^

db1b2cd ^


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