File: Compiler_libs.html

package info (click to toggle)
ocaml-doc 4.11-2
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 20,580 kB
  • sloc: sh: 37; makefile: 11
file content (249 lines) | stat: -rw-r--r-- 10,224 bytes parent folder | download
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="Start" href="index.html">
<link rel="previous" href="Clflags.html">
<link rel="next" href="Config.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Arg_helper" rel="Chapter" href="Arg_helper.html">
<link title="Ast_helper" rel="Chapter" href="Ast_helper.html">
<link title="Ast_invariants" rel="Chapter" href="Ast_invariants.html">
<link title="Ast_iterator" rel="Chapter" href="Ast_iterator.html">
<link title="Ast_mapper" rel="Chapter" href="Ast_mapper.html">
<link title="Asttypes" rel="Chapter" href="Asttypes.html">
<link title="Attr_helper" rel="Chapter" href="Attr_helper.html">
<link title="Build_path_prefix_map" rel="Chapter" href="Build_path_prefix_map.html">
<link title="Builtin_attributes" rel="Chapter" href="Builtin_attributes.html">
<link title="CamlinternalMenhirLib" rel="Chapter" href="CamlinternalMenhirLib.html">
<link title="Ccomp" rel="Chapter" href="Ccomp.html">
<link title="Clflags" rel="Chapter" href="Clflags.html">
<link title="Compiler_libs" rel="Chapter" href="Compiler_libs.html">
<link title="Config" rel="Chapter" href="Config.html">
<link title="Consistbl" rel="Chapter" href="Consistbl.html">
<link title="Depend" rel="Chapter" href="Depend.html">
<link title="Docstrings" rel="Chapter" href="Docstrings.html">
<link title="Domainstate" rel="Chapter" href="Domainstate.html">
<link title="Identifiable" rel="Chapter" href="Identifiable.html">
<link title="Int_replace_polymorphic_compare" rel="Chapter" href="Int_replace_polymorphic_compare.html">
<link title="Lexer" rel="Chapter" href="Lexer.html">
<link title="Load_path" rel="Chapter" href="Load_path.html">
<link title="Location" rel="Chapter" href="Location.html">
<link title="Longident" rel="Chapter" href="Longident.html">
<link title="Misc" rel="Chapter" href="Misc.html">
<link title="Numbers" rel="Chapter" href="Numbers.html">
<link title="Parse" rel="Chapter" href="Parse.html">
<link title="Parser" rel="Chapter" href="Parser.html">
<link title="Parsetree" rel="Chapter" href="Parsetree.html">
<link title="Pparse" rel="Chapter" href="Pparse.html">
<link title="Pprintast" rel="Chapter" href="Pprintast.html">
<link title="Printast" rel="Chapter" href="Printast.html">
<link title="Profile" rel="Chapter" href="Profile.html">
<link title="Strongly_connected_components" rel="Chapter" href="Strongly_connected_components.html">
<link title="Syntaxerr" rel="Chapter" href="Syntaxerr.html">
<link title="Targetint" rel="Chapter" href="Targetint.html">
<link title="Terminfo" rel="Chapter" href="Terminfo.html">
<link title="Warnings" rel="Chapter" href="Warnings.html"><title>Compiler_libs</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Clflags.html" title="Clflags">Previous</a>
&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="Config.html" title="Config">Next</a>
</div>
<h1>Compiler_libs</h1>
<div class="info-desc">
<ul class="indexlist">
<li><a href="index_types.html">Index of types</a></li>
<li><a href="index_exceptions.html">Index of exceptions</a></li>
<li><a href="index_values.html">Index of values</a></li>
<li><a href="index_modules.html">Index of modules</a></li>
<li><a href="index_module_types.html">Index of module types</a></li>
</ul>

<h2 id="1_Warning">Warning</h2><p>This library is part of the internal OCaml compiler API, and is
not the language standard library.
  There are no compatibility guarantees between releases, so code written
against these modules must be willing to depend on specific OCaml compiler
versions.</p>

<p><table class="indextable module-list">
<tr><td class="module"><a href="Ast_iterator.html">Ast_iterator</a></td><td><div class="info">
<p><a href="Ast_iterator.html#TYPEiterator"><code class="code"><span class="constructor">Ast_iterator</span>.iterator</code></a> enables AST inspection using open recursion.</p>

</div>
</td></tr>
<tr><td class="module"><a href="CamlinternalMenhirLib.html">CamlinternalMenhirLib</a></td><td></td></tr>
<tr><td class="module"><a href="Ast_invariants.html">Ast_invariants</a></td><td><div class="info">
<p>Check AST invariants</p>

</div>
</td></tr>
<tr><td class="module"><a href="Ast_mapper.html">Ast_mapper</a></td><td><div class="info">
<p>The interface of a -ppx rewriter</p>

</div>
</td></tr>
<tr><td class="module"><a href="Printast.html">Printast</a></td><td><div class="info">
<p>Raw printer for <a href="Parsetree.html"><code class="code"><span class="constructor">Parsetree</span></code></a></p>

</div>
</td></tr>
<tr><td class="module"><a href="Builtin_attributes.html">Builtin_attributes</a></td><td><div class="info">
<p>Support for some of the builtin attributes</p>

</div>
</td></tr>
<tr><td class="module"><a href="Pprintast.html">Pprintast</a></td><td><div class="info">
<p>Pretty-printers for <a href="Parsetree.html"><code class="code"><span class="constructor">Parsetree</span></code></a></p>

</div>
</td></tr>
<tr><td class="module"><a href="Parse.html">Parse</a></td><td><div class="info">
<p>Entry points in the parser</p>

</div>
</td></tr>
<tr><td class="module"><a href="Location.html">Location</a></td><td><div class="info">
<p>Source code locations (ranges of positions), used in parsetree</p>

</div>
</td></tr>
<tr><td class="module"><a href="Ast_helper.html">Ast_helper</a></td><td><div class="info">
<p>Helpers to produce Parsetree fragments</p>

</div>
</td></tr>
<tr><td class="module"><a href="Syntaxerr.html">Syntaxerr</a></td><td><div class="info">
<p>Auxiliary type for reporting syntax errors</p>

</div>
</td></tr>
<tr><td class="module"><a href="Attr_helper.html">Attr_helper</a></td><td><div class="info">
<p>Helpers for attributes</p>

</div>
</td></tr>
<tr><td class="module"><a href="Asttypes.html">Asttypes</a></td><td><div class="info">
<p>Auxiliary AST types used by parsetree and typedtree.</p>

</div>
</td></tr>
<tr><td class="module"><a href="Lexer.html">Lexer</a></td><td><div class="info">
<p>The lexical analyzer</p>

</div>
</td></tr>
<tr><td class="module"><a href="Longident.html">Longident</a></td><td><div class="info">
<p>Long identifiers, used in parsetree.</p>

</div>
</td></tr>
<tr><td class="module"><a href="Parser.html">Parser</a></td><td></td></tr>
<tr><td class="module"><a href="Docstrings.html">Docstrings</a></td><td><div class="info">
<p>Documentation comments</p>

</div>
</td></tr>
<tr><td class="module"><a href="Parsetree.html">Parsetree</a></td><td><div class="info">
<p>Abstract syntax tree produced by parsing</p>

</div>
</td></tr>
<tr><td class="module"><a href="Depend.html">Depend</a></td><td><div class="info">
<p>Module dependencies.</p>

</div>
</td></tr>
<tr><td class="module"><a href="Terminfo.html">Terminfo</a></td><td><div class="info">
<p>Basic interface to the terminfo database</p>

</div>
</td></tr>
<tr><td class="module"><a href="Clflags.html">Clflags</a></td><td><div class="info">
<p>Command line flags</p>

</div>
</td></tr>
<tr><td class="module"><a href="Strongly_connected_components.html">Strongly_connected_components</a></td><td><div class="info">
<p>Kosaraju's algorithm for strongly connected components.</p>

</div>
</td></tr>
<tr><td class="module"><a href="Arg_helper.html">Arg_helper</a></td><td><div class="info">
<p>Decipher command line arguments of the form
        &lt;value&gt; | &lt;key&gt;=&lt;value&gt;<code class="code">,...</code></p>

</div>
</td></tr>
<tr><td class="module"><a href="Targetint.html">Targetint</a></td><td><div class="info">
<p>Target processor-native integers.</p>

</div>
</td></tr>
<tr><td class="module"><a href="Profile.html">Profile</a></td><td><div class="info">
<p>Compiler performance recording</p>

</div>
</td></tr>
<tr><td class="module"><a href="Build_path_prefix_map.html">Build_path_prefix_map</a></td><td><div class="info">
<p>Rewrite paths for reproducible builds</p>

</div>
</td></tr>
<tr><td class="module"><a href="Int_replace_polymorphic_compare.html">Int_replace_polymorphic_compare</a></td><td></td></tr>
<tr><td class="module"><a href="Identifiable.html">Identifiable</a></td><td><div class="info">
<p>Uniform interface for common data structures over various things.</p>

</div>
</td></tr>
<tr><td class="module"><a href="Ccomp.html">Ccomp</a></td><td><div class="info">
<p>Compiling C files and building C libraries</p>

</div>
</td></tr>
<tr><td class="module"><a href="Misc.html">Misc</a></td><td><div class="info">
<p>Miscellaneous useful types and functions</p>

</div>
</td></tr>
<tr><td class="module"><a href="Numbers.html">Numbers</a></td><td><div class="info">
<p>Modules about numbers, some of which satisfy <a href="Identifiable.S.html"><code class="code"><span class="constructor">Identifiable</span>.<span class="constructor">S</span></code></a>.</p>

</div>
</td></tr>
<tr><td class="module"><a href="Domainstate.html">Domainstate</a></td><td></td></tr>
<tr><td class="module"><a href="Load_path.html">Load_path</a></td><td><div class="info">
<p>Management of include directories.</p>

</div>
</td></tr>
<tr><td class="module"><a href="Consistbl.html">Consistbl</a></td><td><div class="info">
<p>Consistency tables: for checking consistency of module CRCs</p>

</div>
</td></tr>
<tr><td class="module"><a href="Warnings.html">Warnings</a></td><td><div class="info">
<p>Warning definitions</p>

</div>
</td></tr>
<tr><td class="module"><a href="Config.html">Config</a></td><td><div class="info">
<p>System configuration</p>

</div>
</td></tr>
<tr><td class="module"><a href="Pparse.html">Pparse</a></td><td><div class="info">
<p>Driver for the parser and external preprocessors.</p>

</div>
</td></tr>
</table></p>
</div>
</body></html>