Revision cbeb6f34dfb88314fe7e60f12b6e890f871de5d3 authored by Charles B. Haley on 09 May 1979, 07:38:36 UTC, committed by Charles B. Haley on 09 May 1979, 07:38:36 UTC
Work on file src/pi/yyid.c

Co-Authored-By: Bill Joy <wnj@ucbvax.Berkeley.EDU>
Synthesized-from: 2bsd
1 parent c642ecb
Raw File
pix.u
.TH PIX UCB 4/8/79 UCB
.SH NAME
pix \- Pascal interpreter and executor
.SH SYNOPSIS
.B pix
[
.B \-blnpstuwz
] [
.B \-i
name ...
]
name.p
[
argument ...
]
.SH DESCRIPTION
.I Pix
is a `load and go' version of Pascal which combines
the functions of the interpreter code translator
.I pi
and the executor
.IR px .
It uses
.I pi
to translate the program in the file
.I name.p
and, if there were no fatal errors during translation,
causes the resulting interpreter code
to be executed by
.I px
with the specified arguments.
A temporary file is used for the object code;
the file
.I obj
is neither created nor destroyed.
.SH FILES
.DT
/usr/bin/pi			Pascal translator
.br
/usr/bin/px			Pascal executor
.br
/tmp/pix?????		temporary
.br
/usr/lib/how_pix		basic explanation
.SH SEE\ ALSO
Berkeley Pascal User's Manual
.br
pi(UCB), px(UCB)
.SH DIAGNOSTICS
For a basic explanation do
.PP
.DT
.B	pix
.SH AUTHORS
Susan L. Graham and William N. Joy
back to top