Port of the Pascal-P4 compiler to Free Pascal and Delphi. The source code of Pascal-P4 is commented in the book "Pascal Implementation" by Steven Pemberton and Martin Daniels. The book is readable online at http://homepages.cwi.nl/~steven/pascal/
The ucsd-psystem-vm project is a portable virtual machine (p-code interpreter) for the UCSD p-System. It supports execution of Apple ][ Pascal programs, it can even display TurtleGraphics using X11.
GHLI is GPMI's Highlevel Language Interpreter (doesn't requirey but suggests GPMI). It is an embeddable script interpreter for different script languages.GHLI aims to be small, simple and fast. Currently supports pascal-script and assembly-script.
PTVM converts Object Pascal code into a given Virtual Machine language, and compiles it. Brings a common Virtual Machine Library for maximum support and compatibility. Some target platforms: Flash Player 8 and 9, J2ME with MIDP/CLDC, .NET.
The goal of this project is to allow Pascal Developers to use Lua without needing to understand C and the binding process. Bringing Lua to native Pascal types for simple usage and management.