Skip to content

AYaddaden/IntermCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Part 3 of TP COMPIL

Generating intermediate form for a calculator

Program written on Ubuntu 17.10 using flex and bison

To compile:

bison -d compil.y

flex compil.l

gcc -o compil compil.tab.c lex.yy.c -lfl -lm

About

Intermediate forme generation for calc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published