Archive for category: Programming Languages

Pascal Implementation

September 29, 2007 | Programming Languages | By: Mark VandeWettering

Pascal is one of my least favorite languages, but reading about how compilers work and examining real code of the (actually fairly simple) system works is fun. Check out: Pascal Implementation Included here is the Pascal source of a public-domain Pascal compiler and interpreter, the P4 compiler and interpreter. It is coded entirely in Pascal, […]