summaryrefslogtreecommitdiff
path: root/doc/orc-docs.sgml
blob: 78ea262d675d6d6c98fe9e9e8ac06c1d854bc8a1 (plain)
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
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>Orc Reference Manual</title>
    <releaseinfo>
      for Orc [VERSION]
      The latest version of this documentation can be found on-line at
      <ulink role="online-location" url="http://[SERVER]/orc/index.html">http://[SERVER]/orc/</ulink>.
    </releaseinfo>
  </bookinfo>

  <chapter>
    <title>Application API</title>
    <xi:include href="xml/orc.xml"/>
    <xi:include href="xml/orcprogram.xml"/>
    <xi:include href="xml/orccompiler.xml"/>
    <xi:include href="xml/orcexecutor.xml"/>
  </chapter>
  <chapter>
    <title>Extension API</title>
    <xi:include href="xml/orcdebug.xml"/>
    <xi:include href="xml/orcopcode.xml"/>
    <xi:include href="xml/orcutils.xml"/>
    <xi:include href="xml/orcrule.xml"/>
  </chapter>
  <chapter>
    <title>Code Generation</title>
    <xi:include href="xml/orcarm.xml"/>
    <xi:include href="xml/orcmmx.xml"/>
    <xi:include href="xml/orcsse.xml"/>
    <xi:include href="xml/orcx86.xml"/>
  </chapter>
  <chapter>
    <title>Herein lie dragons</title>
    <xi:include href="xml/misc.xml"/>
  </chapter>
</book>