Related articles |
---|
How to translate a language that runs on JVM? jrefactors@hotmail.com (2005-01-03) |
Re: How to translate a language that runs on JVM? sgganesh@gmail.com (2005-01-09) |
Re: How to translate a language that runs on JVM? holycall@paran.com (Seokwoo Choi) (2005-01-09) |
Re: How to translate a language that runs on JVM? vbdis@aol.com (2005-01-09) |
Re: How to translate a language that runs on JVM? news8573@paulcager.com (Paul Cager) (2005-01-09) |
Re: How to translate a language that runs on JVM? napi@cs.indiana.edu (2005-01-12) |
Re: How to translate a language that runs on JVM? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2005-01-12) |
[2 later articles] |
From: | jrefactors@hotmail.com |
Newsgroups: | comp.compilers |
Date: | 3 Jan 2005 00:53:19 -0500 |
Organization: | Compilers Central |
Keywords: | Java, question |
Posted-Date: | 03 Jan 2005 00:53:19 EST |
If we want to write a language translator that translates one language
to another language (Java Source Code or Byte Code) that runs on JVM,
which of the following approaches is better?
1) Non-Java Source Code -> Language Translator -> Java Source Code
2) Non-Java Source Code -> Language Translator -> Java Byte Code
please advise. thanks!!
Return to the
comp.compilers page.
Search the
comp.compilers archives again.