Skip to content

Compiler And...: Pascal Implementation: P4 Compiler

Compile pcom.p and pint.p using an existing Pascal compiler.

Written in Pascal, this program translates Pascal source code into P-Code. PASCAL Implementation: P4 Compiler Compiler and...

The compiler is the fourth iteration of the Pascal-P system developed at ETH Zurich. It is a portable "compiler-compiler" implementation kit designed to aid in the bootstrapping of Pascal compilers on new machine architectures by producing an intermediate code known as P-Code . Core Components of the P4 System The system typically consists of two main programs: Compile pcom