/usr/share/mozart/doc/gump/node1.html is in mozart-doc 1.4.0-8ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>1 Introduction</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="index.html">- Up -</A></TD><TD><A href="node2.html#chapter.scanner">Next >></A></TD></TR></TABLE><DIV id="chapter.intro"><H1><A name="chapter.intro">1 Introduction</A></H1><P> The <A name="label1"></A><SPAN class="index"><SPAN class="creature">Gump</SPAN></SPAN> is a fictional `creature' in the children's novel <A href="http://almond.srv.cs.cmu.edu/afs/cs.cmu.edu/user/rgs/mosaic/ozland-ftitle.html"><SPAN class="quotation">``The Marvelous Land of Oz''</SPAN></A> by L. Frank Baum<A name="label2"></A>, sequel to <SPAN class="title">``The Wonderful Wizard of Oz''</SPAN> <A href="bib.html#baum00">[Bau00]</A>. It is a living flying machine assembled by the main characters from individually selected materials. The <A name="label3"></A><SPAN class="index">Tin Woodman</SPAN> fastens a gump's head to one end of the machine, explaining that it <SPAN class="quotation">``will show which is the front end of the Thing.''</SPAN> </P><P> Gump is also the name of the specification language and tool described in this handbook from the user's point of view. Like the gump's head in the novel, the language is used to specify front-ends in Oz, in this case the lexical and phrase structure of a language. The tool is the <SPAN class="quotation">``Powder of Life''</SPAN> that generates executable programs (Oz class definitions) from such specifications. </P><DIV class="unnumbered"><H2><A name="label4">Overview</A></H2><P> This manual consists of two parts. <A href="node2.html#chapter.scanner">Chapter 2</A> describes the Gump Scanner Generator; <A href="node5.html#chapter.parser">Chapter 3</A> the Gump Parser Generator. Each chapter is divided in two sections, the first explaining the basic concepts by example and the second providing a detailed reference for the programmer. </P></DIV><DIV class="unnumbered"><H2><A name="label5">Acknowledgements</A></H2><P> The specification language and the software tool have been designed and implemented as the subject of my Master's Thesis <A href="bib.html#kornstaedt96">[Kor96]</A> which has been supervised by Prof. Dr. Gert Smolka and Dipl.-Inform. Christian Schulte at the Programming Systems Lab at the Universität des Saarlandes, as well as by Prof. Dr. Hans-Wilm Wippermann at the University of Kaiserslautern. </P><P> The software makes use of the GNU variants of <A name="label6"></A><SPAN class="index"><SPAN class="tool">lex</SPAN></SPAN> and <A name="label7"></A><SPAN class="index"><SPAN class="tool">yacc</SPAN></SPAN>, called <A name="label8"></A><SPAN class="index"><SPAN class="tool">flex</SPAN></SPAN> <A href="bib.html#paxson95">[Pax95]</A> and <A name="label9"></A><SPAN class="index"><SPAN class="tool">bison</SPAN></SPAN> <A href="bib.html#donellystallman95">[DS95]</A> respectively. </P><P> Oz is the name of a programming language developed at the Programming Systems Lab at the Universität des Saarlandes. Mozart is an implementation of Oz. </P><P> The cover illustration has been drawn by Andreas Schoch.</P></DIV></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="index.html">- Up -</A></TD><TD><A href="node2.html#chapter.scanner">Next >></A></TD></TR></TABLE><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~kornstae/">Leif Kornstaedt</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>
|