Re: Help and ideas with C-like to C transformation tool (long)

"John W. Millaway" <johnmillaway@yahoo.com>
29 Dec 2001 13:21:32 -0500

          From comp.compilers

Related articles
Help and ideas with C-like to C transformation tool (long) Corey@Stup.net (2001-12-27)
Re: Help and ideas with C-like to C transformation tool (long) johnmillaway@yahoo.com (John W. Millaway) (2001-12-29)
| List of all articles for this month |

From: "John W. Millaway" <johnmillaway@yahoo.com>
Newsgroups: comp.compilers
Date: 29 Dec 2001 13:21:32 -0500
Organization: Compilers Central
References: 01-12-162
Keywords: tools
Posted-Date: 29 Dec 2001 13:21:32 EST

> I do want it to be able to see the an(0), and since its not an
> assignment, its a fetch, and replace it with the standard
> "fetchnumber(0)" library ca


From your examples, I gather that the '=' token is used for both
assignment and comparison. How difficult would it be to add a new
token, such as "==", ":=", or "eq" ?


Post a followup to this message

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