BSD 2 development
[unix-history] / man / pix.u
CommitLineData
70e18513
BJ
1.TH PIX UCB 4/8/79 UCB
2.SH NAME
3pix \- Pascal interpreter and executor
4.SH SYNOPSIS
5.B pix
6[
7.B \-blnpstuwz
8] [
9.B \-i
10name ...
11]
12name.p
13[
14argument ...
15]
16.SH DESCRIPTION
17.I Pix
18is a `load and go' version of Pascal which combines
19the functions of the interpreter code translator
20.I pi
21and the executor
22.IR px .
23It uses
24.I pi
25to translate the program in the file
26.I name.p
27and, if there were no fatal errors during translation,
28causes the resulting interpreter code
29to be executed by
30.I px
31with the specified arguments.
32A temporary file is used for the object code;
33the file
34.I obj
35is neither created nor destroyed.
36.SH FILES
37.DT
38/usr/bin/pi Pascal translator
39.br
40/usr/bin/px Pascal executor
41.br
42/tmp/pix????? temporary
43.br
44/usr/lib/how_pix basic explanation
45.SH SEE\ ALSO
46Berkeley Pascal User's Manual
47.br
48pi(UCB), px(UCB)
49.SH DIAGNOSTICS
50For a basic explanation do
51.PP
52.DT
53.B pix
54.SH AUTHORS
55Susan L. Graham and William N. Joy