> Obviously I'm after a pure-Java implementation so that I don't have to worry > about cross-platform issues, otherwise I'd just exec a resident native > binary pre-processor.
I have played with replicating a C-preprocessor in pure Java, and although I have the basics working, I doubt my experiment is either correct or complete. It's probably much safer to <exec> a native one, like gcc -E. This is what I ended up doing. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]