Skip to content

Commit fa294e5

Browse files
committed
Generate the Arc 3.1 docs.
1 parent 6f0e48a commit fa294e5

34 files changed

+173
-151
lines changed

ref/anaphoric.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="error.html">Error handling</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="html.html">HTML generation</a>

ref/app.html

+15-9
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="srv.html">The Arc web server</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="setforms.html">Internals of places and setforms</a>
@@ -151,8 +151,11 @@ <h2>User management</h2>
151151
<td class='arc'><pre>
152152
&gt;(admin "foo")
153153
<span class="stdout">Error: _admins*: undefined;
154-
cannot reference undefined iden
155-
tifier
154+
cannot reference an identifier
155+
before its definition
156+
in module: top-level
157+
internal name
158+
: _admins*
156159

157160
</span></pre>
158161
</td></tr>
@@ -581,7 +584,7 @@ <h2>Internals</h2>
581584
</td>
582585
<td class='arc'><pre>
583586
&gt;(cook-user "testuser")
584-
<span class="return">7AgOZOED
587+
<span class="return">wcXi0tW4
585588
</span></pre>
586589
</td></tr>
587590
<tr>
@@ -592,7 +595,7 @@ <h2>Internals</h2>
592595
</td>
593596
<td class='arc'><pre>
594597
&gt;(new-user-cookie)
595-
<span class="return">hgeIRVYe
598+
<span class="return">BWYtAvav
596599
</span></pre>
597600
</td></tr>
598601
<tr>
@@ -614,7 +617,7 @@ <h2>Internals</h2>
614617
</td>
615618
<td class='arc'><pre>
616619
&gt;(disable-acct "badperson")
617-
<span class="return">((7AgOZOED "testuser"))
620+
<span class="return">((wcXi0tW4 "testuser"))
618621
</span></pre>
619622
</td></tr>
620623
<tr>
@@ -811,8 +814,11 @@ <h2>Internals</h2>
811814
<td class='arc'><pre>
812815
&gt;(delimc #\})
813816
<span class="stdout">Error: _delimc: undefined;
814-
cannot reference undefined ident
815-
ifier
817+
cannot reference an identifier b
818+
efore its definition
819+
in module: top-level
820+
internal name:
821+
_delimc
816822

817823
</span></pre>
818824
</td></tr>
@@ -970,7 +976,7 @@ <h2>Internals</h2>
970976
</span></pre>
971977
<pre>
972978
&gt;(date-nums "June 5")
973-
<span class="return">(2014 6 5)
979+
<span class="return">(2018 6 5)
974980
</span></pre>
975981
</td></tr>
976982
<tr>

ref/assignment.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Up: <a href="index.html">Contents</a>
2222
Next: <a href="combining.html">Boolean operations</a>
2323
</div>

ref/assoc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="time.html">Time operations</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="template.html">Templates</a>

ref/atomic.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="networking.html">Networking</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="os.html">Operating system</a>

ref/combining.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="assignment.html">Assignment and places</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="iteration.html">Iteration</a>

ref/conditionals.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="iteration.html">Iteration</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="evaluation.html">Evaluation</a>

ref/error.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="queue.html">Queues</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="anaphoric.html">Anaphoric operations</a>

ref/evaluation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="conditionals.html">Conditionals</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="list.html">List operations</a>

ref/filesystem.html

+3-8
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="io.html">I/O in the Arc language</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="threading.html">Threads</a>
@@ -48,12 +48,7 @@ <h2></h2>
4848
</td>
4949
<td class='arc'><pre>
5050
&gt;(dir "mydir")
51-
<span class="stdout">Error: directory-list: could not open directory
52-
path: /hom
53-
e/agaram/Desktop/minilangs/arcsite/_ref/mydir
54-
system error
55-
: No such file or directory; errno=2
56-
51+
<span class="return">("foo")
5752
</span></pre>
5853
</td></tr>
5954
<tr>
@@ -65,7 +60,7 @@ <h2></h2>
6560
</td>
6661
<td class='arc'><pre>
6762
&gt;(dir-exists "mydir")
68-
<span class="return">nil
63+
<span class="return">"mydir"
6964
</span></pre>
7065
</td></tr>
7166
<tr>

ref/fnindex.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="setforms.html">Internals of places and setforms</a>
2222
Up: <a href="index.html">Contents</a>
2323
</div>

ref/foundation-doc.html

-244 Bytes
Binary file not shown.

ref/hdr2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
%%LINKS%%
2222
<h1 class="links">%%TITLE%%</h1>

ref/html.html

+15-9
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="anaphoric.html">Anaphoric operations</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="srv.html">The Arc web server</a>
@@ -496,8 +496,11 @@ <h2>Table operations</h2>
496496
<pre>
497497
&gt;(tdright "world")
498498
<span class="stdout">Error: _tdright: undefined;
499-
cannot reference undefined iden
500-
tifier
499+
cannot reference an identifier
500+
before its definition
501+
in module: top-level
502+
internal name
503+
: _tdright
501504

502505
</span></pre>
503506
</td></tr>
@@ -683,7 +686,7 @@ <h2>Other operations</h2>
683686
</td>
684687
<td class='arc'><pre>
685688
&gt;(color 255 0 128)
686-
<span class="return">#hash((r . 255) (b . 128) (g . 0))
689+
<span class="return">#hash((b . 128) (g . 0) (r . 255))
687690
</span></pre>
688691
</td></tr>
689692
<tr>
@@ -694,7 +697,7 @@ <h2>Other operations</h2>
694697
</td>
695698
<td class='arc'><pre>
696699
&gt;(hex&gt;color "ff00cc")
697-
<span class="return">#hash((r . 255) (b . 204) (g . 0))
700+
<span class="return">#hash((b . 204) (g . 0) (r . 255))
698701
</span></pre>
699702
</td></tr>
700703
<tr>
@@ -705,7 +708,7 @@ <h2>Other operations</h2>
705708
</td>
706709
<td class='arc'><pre>
707710
&gt;(gray 100)
708-
<span class="return">#hash((r . 100) (b . 100) (g . 100))
711+
<span class="return">#hash((b . 100) (g . 100) (r . 100))
709712
</span></pre>
710713
</td></tr>
711714
<tr>
@@ -809,7 +812,10 @@ <h2>Other operations</h2>
809812
&gt;(esc&lt;&gt;&amp; "abc&lt; &gt; \" ' &amp;")
810813
<span class="stdout">Error: _esc
811814
&lt;&gt;: undefined;
812-
cannot reference undefined identifier
815+
cannot reference an identifier before its de
816+
finition
817+
in module: top-level
818+
internal name: _esc&lt;&gt;
813819

814820
</span></pre>
815821
</td></tr>
@@ -848,7 +854,7 @@ <h2>Internals</h2>
848854
</td>
849855
<td class='arc'><pre>
850856
&gt;(opcolor 'bgcolor orange)
851-
<span class="return">(whenlet gs2250 #hash((r . 255) (b . 0) (g . 102)) (pr " bgcolor=#" (hexrep gs2250)))
857+
<span class="return">(whenlet gs2254 #hash((b . 0) (g . 102) (r . 255)) (pr " bgcolor=#" (hexrep gs2254)))
852858
</span></pre>
853859
</td></tr>
854860
<tr>
@@ -936,7 +942,7 @@ <h2>Internals</h2>
936942
</td>
937943
<td class='arc'><pre>
938944
&gt;(tag-options 'td '((bgcolor red) (width 42)))
939-
<span class="return">((whenlet gs2251 red (pr " bgcolor=#" (hexrep gs2251))) " width=42")
945+
<span class="return">((whenlet gs2255 red (pr " bgcolor=#" (hexrep gs2255))) " width=42")
940946
</span></pre>
941947
</td></tr>
942948
<tr>

ref/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121

2222
<div class="links"></div>
2323
<h1 class="links">Table of Contents</h1>

ref/io.html

+17-17
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="os.html">Operating system</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="filesystem.html">Filesystem operations</a>
@@ -400,10 +400,10 @@ <h2>File I/O</h2>
400400
<td class='arc'><pre>
401401
&gt;(readfile "foo.arc")
402402
<span class="stdout">Error: open-input-file: cannot open input file
403-
path: /home
404-
/agaram/Desktop/minilangs/arcsite/_ref/foo.arc
405-
system erro
406-
r: No such file or directory; errno=2
403+
path: /path
404+
/to/doc/foo.arc
405+
system error: No such file or directory; e
406+
rrno=2
407407

408408
</span></pre>
409409
</td></tr>
@@ -416,10 +416,10 @@ <h2>File I/O</h2>
416416
<td class='arc'><pre>
417417
&gt;(readfile1 "foo.arc")
418418
<span class="stdout">Error: open-input-file: cannot open input file
419-
path: /home
420-
/agaram/Desktop/minilangs/arcsite/_ref/foo.arc
421-
system erro
422-
r: No such file or directory; errno=2
419+
path: /path
420+
/to/doc/foo.arc
421+
system error: No such file or directory; e
422+
rrno=2
423423

424424
</span></pre>
425425
</td></tr>
@@ -447,10 +447,10 @@ <h2>File I/O</h2>
447447
<td class='arc'><pre>
448448
&gt;(infile "foo.arc")
449449
<span class="stdout">Error: open-input-file: cannot open input file
450-
path: /home
451-
/agaram/Desktop/minilangs/arcsite/_ref/foo.arc
452-
system erro
453-
r: No such file or directory; errno=2
450+
path: /path
451+
/to/doc/foo.arc
452+
system error: No such file or directory; e
453+
rrno=2
454454

455455
</span></pre>
456456
</td></tr>
@@ -463,10 +463,10 @@ <h2>File I/O</h2>
463463
<td class='arc'><pre>
464464
&gt;(w/infile inf "foo.arc" (read inf))
465465
<span class="stdout">Error: open-input-file: cannot open input file
466-
path: /home
467-
/agaram/Desktop/minilangs/arcsite/_ref/foo.arc
468-
system erro
469-
r: No such file or directory; errno=2
466+
path: /path
467+
/to/doc/foo.arc
468+
system error: No such file or directory; e
469+
rrno=2
470470

471471
</span></pre>
472472
</td></tr>

ref/iteration.html

+8-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="combining.html">Boolean operations</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="conditionals.html">Conditionals</a>
@@ -228,8 +228,8 @@ <h2>Iteration</h2>
228228
</span></pre>
229229
<pre>
230230
&gt;(each x (obj key1 'val1 key2 'val2) (prn x))
231-
<span class="stdout">(key2 val2)
232-
(key1 val1)
231+
<span class="stdout">(key1 val1)
232+
(key2 val2)
233233

234234
</span><span class="return">#hash((key1 . val1) (key2 . val2))
235235
</span></pre>
@@ -287,8 +287,11 @@ <h2>Iteration</h2>
287287
<td class='arc'><pre>
288288
&gt;(ontable k v (obj key1 'val1 key2 'val2) (prn k " " v))
289289
<span class="stdout">Error: _ontable: undefined;
290-
cannot reference undefined iden
291-
tifier
290+
cannot reference an identifier
291+
before its definition
292+
in module: top-level
293+
internal name
294+
: _ontable
292295

293296
</span></pre>
294297
</td></tr>

0 commit comments

Comments
 (0)