Skip to content

A compiler using Flex and Bison for a very limited C syntax - Educational purpose only

Notifications You must be signed in to change notification settings

adrianomelo/c-compiler-in-c

Repository files navigation

This is a compiler that has an educational purpose. the main ideia is to explain how flex and bison integration works.

The syntax supported by this project is:i variable declaration (with attribution) and the for statement.

examples:

int a = 43;
long b = 1001.45;
int c = a + b * 5;

The motivation for this project is support students of a compiler course at Federal University of Pernambuco (UFPE) in Brazil. url: www.cin.ufpe.br/~if688

for more information you can mail me at astm AT cin.ufpe.br
git ROCKS

About

A compiler using Flex and Bison for a very limited C syntax - Educational purpose only

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages