Skip to content

qianlitayunhai/ThreeAddressCode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreeAddressCode

Three address code generator program using lex and yacc for Arithmetic, Assignment, Declarative, if-else and while statements that are similar to C syntax

lex and yacc files are already provided. To run it first make an binary file using ./make

and then execute that file.

About

Three address code generator program using lex and yacc for Arithmetic, Assignment, Declarative, if-else and while statements that are similar to C syntax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 81.6%
  • Yacc 16.9%
  • Lex 1.5%