Skip to content

ananthu10/intermediate-code-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

intermediate-code-generation

its an intermediate code generation code c program Enter Expression : a=c+b*d+w/q

T1 = b * d T2 = c + T1 T3 = w / q T4 = T2 + T3 a = T4

algorithm used binary tree ,infix to postfix ,intermediate code generation while post order traversal

About

its an intermediate code generation code c program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages