News

The Zürich P-system compiler generated “p-code” for a virtual stack machine which was then interpreted; that led to UCSD Pascal for the IBM PC, and to Apple Pascal.
Here’s what happens with a compiler: human-written code gets compiled into low-level machine code, ... What I’d suggest is write a translator to convert the language to C, then compile that.