Compiler In Java [closed]
I got the project to prepare a COMPILER IN JAVA as my major project for university. Please help me out with the source code or get me the link where i can get that.
I would recommend the book Modern Compiler Implementation in Java by Andrew W. Appel.
In unix, type less javac
- that also has the extra step of being compiled for you, just to save any issues or errors in getting that working.
See this. It will give you the basics. Or perhaps antlr.
精彩评论