Compiler

COMP 442: Compiler Design

The primary objective of the Compiler Design course is to learn the inner details involved in a compiler and to build a compiler for the fictional SLANG language as we go through the steps lexical analysis, semantic analysis, building a symbol table, code generation, etc.

     

Comments are closed.