Skip to content

Commit

Permalink
Updated user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
aquark committed Nov 8, 2008
1 parent 773e7fe commit 44824a4
Show file tree
Hide file tree
Showing 11 changed files with 174 additions and 102 deletions.
138 changes: 87 additions & 51 deletions Website/userguide/html/all.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Website/userguide/html/apa.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Appendix&nbsp;A.&nbsp;Complete Syntax of Orc</title><link href="style.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.74.0" name="generator"><link rel="home" href="index.html" title="Orc User Guide"><link rel="up" href="index.html" title="Orc User Guide"><link rel="prev" href="ch03.html" title="Chapter&nbsp;3.&nbsp;Accessing and Creating External Services"><link rel="next" href="apb.html" title="Appendix&nbsp;B.&nbsp;Standard Library"><link href="/orchard/orc.css" type="text/css" rel="stylesheet"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Appendix&nbsp;A.&nbsp;Complete Syntax of Orc</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><th align="center" width="60%">&nbsp;</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="apb.html">Next</a></td></tr></table><hr></div><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="N112F4"></a>Appendix&nbsp;A.&nbsp;Complete Syntax of Orc</h2></div></div></div><p>
<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Appendix&nbsp;A.&nbsp;Complete Syntax of Orc</title><link href="style.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.74.0" name="generator"><link rel="home" href="index.html" title="Orc User Guide"><link rel="up" href="index.html" title="Orc User Guide"><link rel="prev" href="ch03.html" title="Chapter&nbsp;3.&nbsp;Accessing and Creating External Services"><link rel="next" href="apb.html" title="Appendix&nbsp;B.&nbsp;Standard Library"><link href="/orchard/orc.css" type="text/css" rel="stylesheet"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Appendix&nbsp;A.&nbsp;Complete Syntax of Orc</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><th align="center" width="60%">&nbsp;</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="apb.html">Next</a></td></tr></table><hr></div><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="N112FF"></a>Appendix&nbsp;A.&nbsp;Complete Syntax of Orc</h2></div></div></div><p>

<div class="table"><a name="full-ebnf-grammar"></a><p class="title"><b>Table&nbsp;A.1.&nbsp;Complete Syntax of Orc</b></p><div class="table-contents"><table summary="Complete Syntax of Orc" border="0" width="80%"><colgroup><col align="right"><col align="center"><col align="left"><col align="left"><col align="left"></colgroup><tbody><tr><td align="right">E</td><td align="center">::=</td><td align="left">&nbsp;</td><td align="left">
<span class="emphasis"><em>Expression</em></span>
Expand Down
2 changes: 1 addition & 1 deletion Website/userguide/html/apb.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Appendix&nbsp;B.&nbsp;Standard Library</title><link href="style.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.74.0" name="generator"><link rel="home" href="index.html" title="Orc User Guide"><link rel="up" href="index.html" title="Orc User Guide"><link rel="prev" href="apa.html" title="Appendix&nbsp;A.&nbsp;Complete Syntax of Orc"><link rel="next" href="apbs02.html" title="B.2.&nbsp;Notation"><link href="/orchard/orc.css" type="text/css" rel="stylesheet"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Appendix&nbsp;B.&nbsp;Standard Library</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="apa.html">Prev</a>&nbsp;</td><th align="center" width="60%">&nbsp;</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="apbs02.html">Next</a></td></tr></table><hr></div><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="appendix.library"></a>Appendix&nbsp;B.&nbsp;Standard Library</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="apb.html#N11586">B.1. Overview</a></span></dt><dt><span class="section"><a href="apbs02.html">B.2. Notation</a></span></dt><dt><span class="section"><a href="apbs03.html">B.3. Reference</a></span></dt><dd><dl><dt><span class="section"><a href="apbs03.html#N11629">B.3.1. core.inc: Fundamental sites and operators.</a></span></dt><dt><span class="section"><a href="apbs03.html#N11883">B.3.2. data.inc: General-purpose supplemental data structures.</a></span></dt><dt><span class="section"><a href="apbs03.html#N11DA2">B.3.3. idioms.inc: Higher-order Orc programming idioms.</a></span></dt><dt><span class="section"><a href="apbs03.html#N11EEF">B.3.4. list.inc: Operations on lists.</a></span></dt><dt><span class="section"><a href="apbs03.html#N121B3">B.3.5. text.inc: Operations on strings.</a></span></dt><dt><span class="section"><a href="apbs03.html#N12238">B.3.6. time.inc: Real and logical time.</a></span></dt><dt><span class="section"><a href="apbs03.html#N12282">B.3.7. util.inc: Miscellaneous utility functions.</a></span></dt></dl></dd></dl></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="N11586"></a>B.1.&nbsp;Overview</h2></div></div></div><p>
<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Appendix&nbsp;B.&nbsp;Standard Library</title><link href="style.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.74.0" name="generator"><link rel="home" href="index.html" title="Orc User Guide"><link rel="up" href="index.html" title="Orc User Guide"><link rel="prev" href="apa.html" title="Appendix&nbsp;A.&nbsp;Complete Syntax of Orc"><link rel="next" href="apbs02.html" title="B.2.&nbsp;Notation"><link href="/orchard/orc.css" type="text/css" rel="stylesheet"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Appendix&nbsp;B.&nbsp;Standard Library</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="apa.html">Prev</a>&nbsp;</td><th align="center" width="60%">&nbsp;</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="apbs02.html">Next</a></td></tr></table><hr></div><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="appendix.library"></a>Appendix&nbsp;B.&nbsp;Standard Library</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="apb.html#N11591">B.1. Overview</a></span></dt><dt><span class="section"><a href="apbs02.html">B.2. Notation</a></span></dt><dt><span class="section"><a href="apbs03.html">B.3. Reference</a></span></dt><dd><dl><dt><span class="section"><a href="apbs03.html#N11634">B.3.1. core.inc: Fundamental sites and operators.</a></span></dt><dt><span class="section"><a href="apbs03.html#N1188E">B.3.2. data.inc: General-purpose supplemental data structures.</a></span></dt><dt><span class="section"><a href="apbs03.html#N11DF5">B.3.3. idioms.inc: Higher-order Orc programming idioms.</a></span></dt><dt><span class="section"><a href="apbs03.html#N11F42">B.3.4. list.inc: Operations on lists.</a></span></dt><dt><span class="section"><a href="apbs03.html#N12206">B.3.5. text.inc: Operations on strings.</a></span></dt><dt><span class="section"><a href="apbs03.html#N1228B">B.3.6. time.inc: Real and logical time.</a></span></dt><dt><span class="section"><a href="apbs03.html#N122D5">B.3.7. util.inc: Miscellaneous utility functions.</a></span></dt></dl></dd></dl></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="N11591"></a>B.1.&nbsp;Overview</h2></div></div></div><p>
The standard library is a set of declarations implicitly available to all Orc
programs. In this section we give an informal description of the standard library,
including the type of each declaration and a short explanation of its use.
Expand Down
2 changes: 1 addition & 1 deletion Website/userguide/html/apbs02.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>B.2.&nbsp;Notation</title><link href="style.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.74.0" name="generator"><link rel="home" href="index.html" title="Orc User Guide"><link rel="up" href="apb.html" title="Appendix&nbsp;B.&nbsp;Standard Library"><link rel="prev" href="apb.html" title="Appendix&nbsp;B.&nbsp;Standard Library"><link rel="next" href="apbs03.html" title="B.3.&nbsp;Reference"><link href="/orchard/orc.css" type="text/css" rel="stylesheet"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">B.2.&nbsp;Notation</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="apb.html">Prev</a>&nbsp;</td><th align="center" width="60%">Appendix&nbsp;B.&nbsp;Standard Library</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="apbs03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="N11590"></a>B.2.&nbsp;Notation</h2></div></div></div><p>
<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>B.2.&nbsp;Notation</title><link href="style.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.74.0" name="generator"><link rel="home" href="index.html" title="Orc User Guide"><link rel="up" href="apb.html" title="Appendix&nbsp;B.&nbsp;Standard Library"><link rel="prev" href="apb.html" title="Appendix&nbsp;B.&nbsp;Standard Library"><link rel="next" href="apbs03.html" title="B.3.&nbsp;Reference"><link href="/orchard/orc.css" type="text/css" rel="stylesheet"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">B.2.&nbsp;Notation</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="apb.html">Prev</a>&nbsp;</td><th align="center" width="60%">Appendix&nbsp;B.&nbsp;Standard Library</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="apbs03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="N1159B"></a>B.2.&nbsp;Notation</h2></div></div></div><p>
Each declaration in the standard library includes a type signature as part of
its documentation. The notation for type signatures, summarized here, is based
on a formal type system for Orc currently under preparation.
Expand Down
Loading

0 comments on commit 44824a4

Please sign in to comment.