Skip to content

gendestry/Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple (C like) compiler

A simple compiler written from scratch in c++. It supports C like syntax with some changes. The CFG can be viewed here.

Current stage

At this moment the compiler creates a tree by doing syntax analysis. It then resolves names and types. There are probably many bugs left to squash.

The development is done on the dev branch.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published