Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 276 Bytes

File metadata and controls

7 lines (4 loc) · 276 Bytes

Postfix-Calculator using flex and bison

There are two makefiles. makefile1 is to execute only the flex code and makefile2 is to execute the bison and flex code.

To execute the first makefile : make -f makefile1.txt

To execute the second makefile : make -f makefile2.txt