More than one compiler
Jonas Nordin
jonas.nordin at cenacle.se
Fri Jul 23 08:31:01 BST 1999
> That should include a very simple Java parser), that I think it will surely
> happen someday. I think that most people are pretty tied up on other parts,
> e.g. bugfixing, CVS integration, function database, intellisense, etc. If a
> Java expert were to join the project, this could happen in no time at all.
The problem isn't writing the java-parser or any other parser for that matter,
most of them are quite trivial compared to writing one for C++.
The problem is that the underlying structure isn't designed for multiple
languages. We need to implement a working C++ environment before supporting any
more platforms I think.
/J
More information about the KDevelop
mailing list