Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 400 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 400 Bytes

Simple Compiler

This is a simple compiler written in Pascal, based off Jack Crenshaw's Let's Build a Compiler.

Setup

Make sure to have the Pascal compiler installed on your local machine. A free version of the compiler can be found here.

Once installed, compile the program with:

$ fpc *.pp