comparison doc/misc/html/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>AnaGram Supplementary Documentation</Title>
5 </HEAD>
6
7
8 <BODY BGCOLOR="#ffffff" BACKGROUND="images/tilbl6h.gif"
9 TEXT="#000000" LINK="#0033CC"
10 VLINK="#CC0033" ALINK="#CC0099">
11
12 <P>
13
14 <IMG ALIGN="left" SRC="images/pslrb6d.gif" ALT="Parsifal Software"
15 WIDTH=181 HEIGHT=25 VSPACE=6>
16 <IMG ALIGN="right" SRC="images/agrsl6c.gif" ALT="AnaGram"
17 WIDTH=124 HEIGHT=30 >
18 <BR CLEAR="all">
19
20 <IMG ALIGN="bottom" SRC="images/rbline6j.gif" ALT="----------------------"
21 WIDTH=1010 HEIGHT=2 >
22
23 <BR CLEAR="all">
24
25
26 <H1>AnaGram Supplementary Documentation</H1>
27 <IMG ALIGN="bottom" SRC="images/rbline6j.gif" ALT="----------------------"
28 WIDTH=1010 HEIGHT=2 >
29
30 <P>
31 AnaGram provides three levels of documentation:
32 <UL>
33 <LI>
34 The <A HREF=../usersguide.pdf>AnaGram User's Guide</A>, the
35 complete printable manual, provided as PDF. (It is approximately
36 170 pages when typeset for US letter or A4 paper.)
37 <!-- 230 typeset the old way -->
38 If your browser will not read PDF files directly, you can look
39 at the <A HREF="ugcont.html">Table of Contents</A>.
40 </LI>
41 <LI>
42 Supplementary documentation, in HTML format, linked herein,
43 contains discussions of AnaGram examples and some further topics
44 mainly condensed from the AnaGram User's Guide.
45 </LI>
46 <LI>
47 Online help covers AnaGram syntax and
48 programming options and provides context sensitive help
49 for the User Interface.
50 </LI>
51 </UL>
52 <P>
53 <H2>Topics of Interest</H2>
54 <UL>
55 <LI><A HREF="start.html">Getting Started With AnaGram</A></LI>
56 <LI><A HREF="isdp.html">Introduction to Syntax Directed Parsing</A></LI>
57 <LI><A HREF="summary.html">Summary of AnaGram Notation</A></LI>
58 <LI><A HREF="ftrace.html">The File Trace Facility</A></LI>
59 <LI><A HREF="gtrace.html">The Grammar Trace Facility</A></LI>
60 <LI><A HREF="examples/ffcex.html">An Annotated Example</A></LI>
61 </UL>
62 <H2>The AnaGram Examples</H2>
63 <UL>
64 <LI><A HREF="examples/index.html">AnaGram Examples</A>
65 <UL>
66 <LI><A HREF="examples/hw.html">Hello World!</A></LI>
67 <LI><A HREF="examples/ffcalc.html">Four Function Calculator</A></LI>
68 <LI><A HREF="examples/fc.html">Fahrenheit to Celsius</A></LI>
69 <LI><A HREF="examples/rcalc.html">Roman Numeral Calculator</A></LI>
70 <LI><A HREF="examples/dsl.html">Dos Script Language</A></LI>
71 <LI><A HREF="examples/mpp/index.html">Macro Preprocessor
72 and C Parser</A></LI>
73 </UL>
74 </LI>
75 <LI><A HREF="examples/sbb-doc.html">Syntactic Building Blocks</A></LI>
76 <LI><A HREF="oldclasslib/index.html">Old (and deprecated) class
77 library for AnaGram examples</A></LI>
78 </UL>
79 <H2>Other Material</H2>
80 <UL>
81 <LI><A HREF="gloss.html">Glossary of Parsing Terms</A></LI>
82 </UL>
83 <P>
84 <BR>
85
86
87
88 <IMG ALIGN="bottom" SRC="images/rbline6j.gif" ALT="----------------------"
89 WIDTH=1010 HEIGHT=2 >
90 <P>
91 <IMG ALIGN="right" SRC="images/pslrb6d.gif" ALT="Parsifal Software"
92 WIDTH=181 HEIGHT=25>
93 <BR CLEAR="right">
94 For more information about AnaGram visit
95 <A HREF=http://www.parsifalsoft.com>http://www.parsifalsoft.com</A></P>
96 <P>
97 <IMG ALIGN="bottom" SRC="images/rbline6j.gif" ALT="----------------------"*
98 WIDTH=1010 HEIGHT=2 >
99 <P>
100 <ADDRESS><FONT SIZE="-1">
101 AnaGram parser generator - documentation<BR>
102 Home Page For HTML Help<BR>
103 Copyright &copy; 1993-1999, Parsifal Software. <BR>
104 All Rights Reserved.<BR>
105 </FONT></ADDRESS>
106
107 </BODY>
108 </HTML>
109