Skip to content

A collection of every single building block of a complete compiler written from scratch

Notifications You must be signed in to change notification settings

PierBusDev/SimpleCompleteCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

This project is about building the various block of a very simple compiler starting from the basis (DFA, Lexers) and proceeding towards more advanced constructs (Parsers, Translators, CodeGenerators) using what was created previously.

In the code there are both stand-alone exercises and parts used in the next sessions.

Except for the suggestion about the basic skeleton of the application (given by the professors of the course "Linguaggi formali e traduttori" (formal languages and translators) of UniTO) the whole code is written by me.

This code is distribuited using GPL v3 License.

About

A collection of every single building block of a complete compiler written from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published