Skip to content

Alia-raza/Compiler_Construction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The goal of this project is to develop a fully functional compiler that can process a custom programming language and generate executable code. The project is divided into three deliverables, each focusing on a specific phase of compilation:

  1. Frontend - responsible for lexical, syntax, and semantic analysis.
  2. Middle-End - responsible for intermediate representation (IR) and optimizations.
  3. Backend - responsible for code generation and linking. By completing this project, students will gain practical experience in compiler construction, programming language design, and performance optimization techniques.

About

Compiler Construction project in c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors