Source code for the MIPS Pascal compiler v. 1.30, Copyright (c) 1986 MIPS Computer Systems, Inc.
All source files contain this copyright notice:
{ --------------------------------------------------- }
{ | Copyright (c) 1986 MIPS Computer Systems, Inc. | }
{ | All Rights Reserved. | }
{ --------------------------------------------------- }
Otherwise, I do not know the current license or copyright status of this source and do not make any claim about it, I just publish it here as it is solely for historical preservation motives.
I found this source code in the bitsavers archive: http://www.bitsavers.org/bits/MIPS/cartridge/PASCAL-src_1.30.zip
This repository contains the complete source code of a Pascal compiler developed at MIPS Computer Systems in the early 80s that received some enhancements from the Pascal derived language Pastel, developed at Lawrence Livermore National Laboratory as part of the development of the S-1 project in the late 70s.
Directory \libp contains the runtime library developed in the C language.
Directory \upas contains the compiler source code developed in the MIPS Pascal Language.
Thanks to:
- Charles Frankston
- Mark Smotherman
- Jeff Broughton
- Earl Killian
- and others...
for their help in locating this source code.
