Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages