Skip to content

A Yacc program to create a parser which prints postfix of an arithmetic expression.

Notifications You must be signed in to change notification settings

JaideepIsNotFunny/Infix-to-postfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Infix-to-postfix

A Yacc program to create a parser which prints postfix of an arithmetic expression.

How to run

  • $ bison -d intop.y
  • $ flex intop.l
  • $ gcc itop.tab.c -o itop
  • $ ./itop

About

A Yacc program to create a parser which prints postfix of an arithmetic expression.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published