|
From: John P N P. <joh...@zo...> - 2001-11-20 15:44:37
|
I've updated the symtab packages in transmogrify to use the java1.3 version of java.g from the antlr website. I've checked the changes into the sourceforge CVS. There are only a few changes in the grammer: the addition of strictfp; improvements in the float/long handling; and the explicit recognition of (super)constructor calls at the beginning of a constructor definition. I've left the indenting in antlr style, rather than that used by the rest of transmogrify. It'll make it easier to integrate future changes to the grammer, and it is ANTLR code not java. It passes all the tests, but it would be good if people could check that it still runs over their sources. Cheers, John |