.\" $Copyright:	$
.\" Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 
.\" Sequent Computer Systems, Inc.   All rights reserved.
.\"  
.\" This software is furnished under a license and may be used
.\" only in accordance with the terms of that license and with the
.\" inclusion of the above copyright notice.   This software may not
.\" be provided or otherwise made available to, or used by, any
.\" other person.  No title to or ownership of the software is
.\" hereby transferred.

.\" $Header: TEST 2.0 86/01/28 $
.PP
This is a test of the refer program.
Because the bibliography supplied by Bell Labs
contains nothing but programming references, 
that will be the subject here.
.PP
For serious programmers, there are several
indispensable reference works.
The book describing the C programming language
is an excellent starting place for those
who already know another language such as Pascal or Fortran.
.[
kernighan ritchie prentice-hall
%P 34-39
.]
It is rich with examples of programs that work,
probably the most valuable resource a programming book can provide.
.PP
When learning the Unix system,
it will be necessary to have a reference guide
such as the Programmer's Manual.
Section 1 is useful for everyone,
but only programmers need sections 2 through 8.
.[
thompson ritchie seventh
%O The version 6 manual is outdated by now.
.]
Be sure to get the Version 7 edition,
if you have a Version 7 installation.
.PP
One of the strong suits of the Unix system is the ability
to build parsers and compilers for new languages.
Several tools are provided to this end,
most notably \fIlex\fP and \fIyacc\fP.
For an introduction to the theory involved,
see the book by Aho and Ullman on LALR parsing.
.[
aho ullman addison-wesley
.]
Several of the most unusual Unix software tools,
such as \fIeqn\fP, \fIawk\fP, and \fBbc\fP,
were developed with the aid of \fIyacc\fP.
Of course, the reference of last resort is
.[
thompson ritchie seventh
.]
as mentioned above.
