File: orc-docs.sgml

package info (click to toggle)
orc 1%3A0.4.22-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,644 kB
  • ctags: 5,588
  • sloc: ansic: 75,452; sh: 11,363; xml: 4,281; makefile: 306
file content (53 lines) | stat: -rw-r--r-- 1,756 bytes parent folder | download | duplicates (2)
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
<?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" [
<!ENTITY % version-entities SYSTEM "version.entities">
%version-entities;
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>Orc Reference Manual</title>
    <releaseinfo>
      for Orc-&ORC_VERSION;.
      The latest version of this documentation can be found on-line at
      <ulink role="online-location" url="http://code.entropywave.com/documentation/orc/">http://code.entropywave.com/documentation/orc/</ulink>.
    </releaseinfo>
  </bookinfo>

  <chapter>
    <title>Overview</title>
    <xi:include href="building.xml"/>
    <xi:include href="running.xml"/>
    <xi:include href="concepts.xml"/>
    <xi:include href="tutorial.xml"/>
  </chapter>

  <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"/>
    <xi:include href="program.xml"/>
    <xi:include href="opcodes.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/orcpowerpc.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>