Results 1 to 3 of 3
Thread: Create new java compiler
- 11-04-2009, 09:13 AM #1
Member
- Join Date
- Nov 2009
- Posts
- 1
- Rep Power
- 0
Create new java compiler
Hi to all :)
I am a college student.
My professors gave me a title in my thesis and one of the feature of this project is to make my own java compiler inside the system (my thesis).
Actually I don't have any idea how to do that or how to start.
Is anyone can help me? Please I really need to know how.
Thank you!
- 11-04-2009, 03:19 PM #2
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
<huge spoiler>
Compilers - 1: Introduction - Java insights
</huge spoiler>
- 11-04-2009, 03:57 PM #3
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,406
- Blog Entries
- 7
- Rep Power
- 17
Generating the lexical analyzer, parser and code generator isn't too difficult. Things may become complex if you have to compile several source files if there isn't a compiled version available yet, i.e. you also have to read .class files. Generating correct optimized code can be a challenge too.
kind regards,
JosLast edited by JosAH; 11-04-2009 at 05:28 PM.
Similar Threads
-
Online Java compiler
By PhoeniX in forum Advanced JavaReplies: 23Last Post: 08-12-2011, 04:12 PM -
Online Java compiler code
By grape028 in forum Advanced JavaReplies: 1Last Post: 12-26-2008, 12:59 PM -
Refer a good Java compiler
By trill in forum New To JavaReplies: 1Last Post: 08-07-2007, 07:31 AM -
The best compiler for java
By baltimore in forum New To JavaReplies: 2Last Post: 08-06-2007, 05:10 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks