I am currently looking for tools(either software programs or frameworks) on how to make a compiler using java.C++ will be the language that my compiler will read. I already have the GUI prepared. But I still don’t have a clue on how to start creating a compiler.
Maybe anyone could give me links or tutorials in creating compilers using java.I am not looking for the exact source code really, but tips, and algorithms on how to create compilers going through the lexical,syntactical and semantic analysis.
ANTLR would be a good place to start for creating your parser.