Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Abhishekmishra-17/Intermediate-code-generator-using-python3

Repository files navigation

Intermediate code generator (CODE GENERATOR) using python

It is basically a python program for generating an intermediate three address code.

It takes .csv file formate for input.

In this there is left and right columns indicates the "left" and "right" values respectively.

The csv file doesn't contains "=" sign.

Code Generator

Code generator is used to produce the target code for three-address statements. It uses registers to store the operands of the three address statement.

Any suggestation regarding this program is helpful for me

AltStyle によって変換されたページ (->オリジナル) /