Skip to content

A Decaf compiler written in Python for the course, 40414 Sharif University of Technology, Spring 2022.

Notifications You must be signed in to change notification settings

The-Continuers/CD-Project

Repository files navigation

Compiler project

Introduction

A project with not too much scalability, but more of a hard problem, rather be called a dragon among the CS community. Besides its hard problems, it needs too much global testing for any changes, so that a feature doesn't act like a bug for other parts of the problem.

Features

mostly any feature a language like Cpp has, has been implemented, except the Object-Orientation feature.

Significance

as you may know, there are routine and non-routine parts in a compiler.

Routine

Scanning and Parsing the language, is the routine part. You just have to watch over the language Grammar, and extract the LALR(1) grammar and also the tokens. The code part is implemented under a library.

Non-Routine

The code-generation part, is the non-routine part. We didn't see others' works. We just get inspired by the course, and implemented every part by ourselves. So, it's something new.

About

A Decaf compiler written in Python for the course, 40414 Sharif University of Technology, Spring 2022.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy