Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 366 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 366 Bytes

lc

This compiler was built for our 'Compilers' class.

It is for a simple language based on C and Pascal named L.

The language documentation is in the docs/ directory.

It compiles from source to a subset of i386 assembly for MS-DOS. The generated code file must be assembled before it can be run.

The x64 branch contains a port to codegen for Linux x64.