summary refs log tree commit diff stats
path: root/doc/astspec.txt
Commit message (Expand)AuthorAgeFilesLines
* Fix(astspec.txt): type of repeated word (#14612)ynfle2020-06-081-1/+1
* Prefer relative links for Nim documentationJjp1372019-10-221-3/+3
* Fix many broken linksJjp1372019-10-221-1/+1
* Fixed a wrong AST example (#8269)Quelklef2018-07-111-4/+4
* Get symbol kind (#7491)Arne Döring2018-04-111-91/+87
* Ast and concrete syntax different.Strømberg2018-01-081-1/+1
* Creating and setting comment nodes in macros (#5850)Fredrik Høisæther Rasch2017-05-311-2/+2
* Fix a table in macros documentationDmitry Polienko2016-10-191-0/+1
* NimSymbol has been renamed to NimSymdef2016-06-061-1/+1
* doc fixYuriy Glukhov2015-11-231-3/+5
* Merge pull request #3000 from apense/patch-6Andreas Rumpf2015-06-261-2/+3
|\
| * Clarified nnkFloat64Litapense2015-06-261-2/+3
* | Updated nnkRange docsapense2015-06-261-1/+29
|/
* rename writeln to writeLine in docpatrick dw2015-06-191-2/+2
* Minor fixes to astspecapense2015-06-181-37/+38
* Merge pull request #2954 from avsej/fix-rest-syntax-in-astspecAndreas Rumpf2015-06-181-59/+59
|\
| * Fix reST syntax in doc/astspec.txtSergey Avseyev2015-06-181-3/+3
| * Remove trailing spaces in doc/astspec.txtSergey Avseyev2015-06-181-57/+57
* | More documentation of ASTapense2015-06-171-1/+95
|/
* Added uints to Leaf nodesapense2015-06-161-0/+4
* Fleshed out type sectionapense2015-06-151-2/+103
* Added import-type statementsapense2015-06-151-0/+96
* Minor updates; addition of `var` return in procsapense2015-06-151-0/+48
* Added static typesapense2015-06-151-0/+20
* Added raw string literal function calls docsapense2015-06-151-0/+19
* Corrected capitalizationapense2015-06-151-1/+1
* Updated type section a littleapense2015-06-151-0/+44
* Clarified ASTapense2015-06-151-4/+4
* Added some documentationapense2015-06-151-16/+391
* Update ast spec about uint literalsdef2015-05-181-1/+1
* macros.PNimrodNode is now NimNodeAraq2015-02-241-18/+14
* Nimrod renamed to NimAraq2014-08-281-56/+56
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* non-nil AST; continue after errors for IDE supportAraq2011-02-121-5/+3
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* bind tableAndreas Rumpf2009-11-121-3/+9
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
* version0.7.10Andreas Rumpf2009-06-081-0/+572
iv class='alt'>
6e6c3d2f1 ^



7e747d11c ^
6e6c3d2f1 ^
dd35111ff ^
6e6c3d2f1 ^







7e747d11c ^

6e6c3d2f1 ^

7e747d11c ^
6e6c3d2f1 ^
7e747d11c ^

6e6c3d2f1 ^




dd35111ff ^
6e6c3d2f1 ^




796498525 ^
d68181246 ^
dd35111ff ^
20b011de1 ^
dd35111ff ^
6e6c3d2f1 ^
7e747d11c ^
6e6c3d2f1 ^
7e747d11c ^
d68181246 ^
7e747d11c ^

ce859d8c1 ^
6e6c3d2f1 ^
d68181246 ^
fb3ff6445 ^
7e747d11c ^
6e6c3d2f1 ^
ce859d8c1 ^
6e6c3d2f1 ^
7e747d11c ^
f344a7041 ^

6e6c3d2f1 ^
f344a7041 ^
d68181246 ^
6e6c3d2f1 ^
ef2998778 ^

6e6c3d2f1 ^
7e747d11c ^

6e6c3d2f1 ^
cca5684a1 ^





6e6c3d2f1 ^

84d122b5c ^
6e6c3d2f1 ^


cca5684a1 ^
bebac34f8 ^


db603237c ^

ef2998778 ^
6e6c3d2f1 ^


77406dd59 ^
6e6c3d2f1 ^
2a7fc84c8 ^
6e6c3d2f1 ^


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
159
160
161
162
163
164
165
166
167
168
169
170
171