From: Petra M. <pe...@cs...> - 2004-02-18 00:17:04
|
Hi, Timothy Miller wrote: > Make sure you do an 'ant clean'. If a new token is added in the > parser, but the scanner is not rebuilt, it seems to cause problems. I > can't see why... the scanner uses the newest sym.java, but hat should > solve the problem. Thanks, that solved the problem. I fixed some bugs in corejava. One of them is quite nasty and I am not sure how to convince gnast to generate the correct code. I modified the generated code and checked it in to get rid of the bug for now (I have to find a long term solution later). Unfortunately the validator is still throwing exceptions. But this time I cannot find a meaningful error message. All the messages are null as far as I can see. I have got no idea ... perhaps this is a bug in Jaxb. Anyway, it will take some time to solve this :-( But first I want to connect my scanner with your parser. Hopefully I can check in a first version later this day. I am planning to copy the current version of my scanner and Marks SmartScanner into your (oz/parser) directory. Then we can modify them till it works without affecting the other tools and later we have to decide into which package the scanner should go and how it can be used by different parsers, transformers, etc. Hope you are happy with that. Petra |