Hello, How is the architecture of the java compiler? Is it posible to easily to replace the code for the parsing of the source code?
The reason I ask this is that I am playing with the idea to create my own programing language (a domain language for swing code) and want to compile it to bytecode. So can I provide an ast (abstract syntax tree) to the bytecode generator part of the compiler and let it generate the bytecode from the ast? Thanks, Evert
