BSD 1 development
[unix-history] / man6 / pascals.6
CommitLineData
1461535a
BJ
1.th PASCALS VI 8/25/77
2.sh NAME
3pascals \- Pascal subset interpreter
4.sh SYNOPSIS
5.bd pascals
6program
7.sh DESCRIPTION
8.it Pascals
9is Wirth's Pascal subset interpreter.
10It is a Pascal program, hence rather slow as it is interpreted.
11It is interesting mostly to students studying his top-down
12error recovery techniques
13.sh FILES
14.dt
15/usr/lib/pascals actual pascal object
16.sh SEE\ ALSO
17``Algorithms + Data Structures = Programs'' by Niklaus Wirth
18.sh AUTHOR
19Niklaus Wirth
20.sh BUGS