How the operators are implemented in compilers ?

"palanivel" <palanirt@sasken.com>
18 Mar 2005 00:46:59 -0500

          From comp.compilers

Related articles
How the operators are implemented in compilers ? palanirt@sasken.com (palanivel) (2005-03-18)
| List of all articles for this month |

From: "palanivel" <palanirt@sasken.com>
Newsgroups: comp.compilers
Date: 18 Mar 2005 00:46:59 -0500
Organization: Compilers Central
Keywords: question, comment
Posted-Date: 18 Mar 2005 00:46:58 EST

hi ,


        I'm interested in analysing how the operators + - / * sizeof , etc
are implemented . how they are incorporated when compilation is
happening .




    I have tried for implementation of sizeof operator and for pointer
arithmetic operators ( like ptr++, ptr-- , &ptr-1 since they
add,subtract corresponding size range )




Thanx in Advance ,
T.Palanivelrajan
[These are topics covered in every compiler textbook. -John]


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.