Re: pre-compiler?

"Wayne" <user_77@hotmail.com>
8 Sep 2000 02:05:26 -0400

          From comp.compilers

Related articles
pre-compiler? nadaqam@yahoo.com (Nada) (2000-08-27)
Re: pre-compiler? user_77@hotmail.com (Wayne) (2000-09-08)
| List of all articles for this month |

From: "Wayne" <user_77@hotmail.com>
Newsgroups: comp.compilers
Date: 8 Sep 2000 02:05:26 -0400
Organization: Posted via Supernews, http://www.supernews.com
References: 00-08-117
Keywords: Java

The FAQ lists some books and such that detail
the process. What you want to do is possible, just
not trivial.




Nada wrote in message 00-08-117...
>Hi ,
>
>I want to write pre-compiler which is in java language this pre-compiler
>take java program with some additional statements(MyJava) then generate
>java code after that we can normally compile and execute this code .
>
>MyJava ......> precompiler ......>java program.....>compile......>run
>
>where MyJava contain statements convert by the precompilre to java


Post a followup to this message

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