Mercurial > ~dholland > hg > ag > index.cgi
comparison doc/misc/html/oldclasslib/index.html @ 0:13d2b8934445
Import AnaGram (near-)release tree into Mercurial.
author | David A. Holland |
---|---|
date | Sat, 22 Dec 2007 17:52:45 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:13d2b8934445 |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> | |
2 <HTML> | |
3 <HEAD> | |
4 <TITLE>Class libraries for AnaGram examples</TITLE> | |
5 </HEAD> | |
6 | |
7 | |
8 <BODY BGCOLOR="#ffffff" BACKGROUND="tilbl6h.gif" | |
9 TEXT="#000000" LINK="#0033CC" | |
10 VLINK="#CC0033" ALINK="#CC0099"> | |
11 | |
12 <P> | |
13 | |
14 <IMG ALIGN="right" SRC="../images/agrsl6c.gif" ALT="AnaGram" | |
15 WIDTH=124 HEIGHT=30 > | |
16 <BR CLEAR="all"> | |
17 Back to <A HREF="../index.html">Index</A> | |
18 <P> | |
19 <IMG ALIGN="bottom" SRC="../images/rbline6j.gif" ALT="----------------------" | |
20 WIDTH=1010 HEIGHT=2 > | |
21 | |
22 | |
23 <BR CLEAR="all"> | |
24 | |
25 <H2>Class libraries for AnaGram examples</H2> | |
26 | |
27 <IMG ALIGN="bottom" SRC="../images/rbline6j.gif" ALT="----------------------" | |
28 WIDTH=1010 HEIGHT=2 > | |
29 <H3>oldclasslib directory</H3> | |
30 | |
31 <P> | |
32 Some of the AnaGram examples provided use C; others use C++. | |
33 Back in the day, a class library, found in the | |
34 <tt>oldclasslib</tt> directory of the AnaGram distribution, | |
35 was written to support the C++ examples. This class library | |
36 has no particular merit, and is expected to be removed in | |
37 the future as the examples are migrated away from it. | |
38 <P> | |
39 The following links will bring up documentation pages for the class libraries: | |
40 <P> | |
41 <CENTER><A HREF="charsink.html">CHARSINK </A> | <A | |
42 HREF="strdict.html"> STRDICT</A> | <A | |
43 HREF="array.html">ARRAY</A> | <A HREF="pair.html">PAIR</A> | <A HREF="stack.html">STACK</A> | |
44 | <A HREF="util.html">UTIL</A></CENTER> | |
45 | |
46 <P> | |
47 The <tt>examples</tt> directory also contains the file <A | |
48 HREF="../examples/sbb-doc.html"><tt>sbb-doc.txt</tt></A>. | |
49 sbb-doc.txt contains productions and explanations for a number of | |
50 "syntactic building blocks". These are commonly used | |
51 syntactic constructs which appear over and over in AnaGram | |
52 programs. | |
53 <P> | |
54 | |
55 | |
56 <BR> | |
57 | |
58 <IMG ALIGN="bottom" SRC="../images/rbline6j.gif" ALT="----------------------" | |
59 WIDTH=1010 HEIGHT=2 > | |
60 <P> | |
61 <IMG ALIGN="right" SRC="../images/pslrb6d.gif" ALT="Parsifal Software" | |
62 WIDTH=181 HEIGHT=25> | |
63 <BR CLEAR="right"> | |
64 <P> | |
65 Back to <A HREF="../index.html">Index</A> | |
66 <P> | |
67 <ADDRESS><FONT SIZE="-1"> | |
68 AnaGram parser generator - examples<BR> | |
69 CLASSLIB directory<BR> | |
70 Copyright © 1993-1999, Parsifal Software. <BR> | |
71 All Rights Reserved.<BR> | |
72 </FONT></ADDRESS> | |
73 | |
74 </BODY> | |
75 </HTML> | |
76 |