> Or we could write one? Palm has added standard support for Java conduits > in at least Windows. That means I wouldn't need my C++ version (which > works), I could just use the Java version.
Looks like it's not necessary to write one. JIU looks like it would do what we need. So I think I could reasonably easily produce a full-featured 100% Pure Java version of the parser. Probably with a few methods you could call, such as void org.plkr.PyPlucker.Spider.build(char[] argv). I just tried compiling up a giant jar file with everything in it, and crashed the Java compiler (out of memory). Have to fiddle a bit. Bill
