[antlr-interest] Question regarding latest ansi c grammar release.

Terence Parr parrt at cs.usfca.edu
Fri Jul 21 18:05:17 PDT 2006


On Jul 21, 2006, at 7:13 AM, Edgar Johnson wrote:
>    for the following input:
>
> C:\projects\antlr\ANTLRW~1\c>type samples\pt.h
> struct SVector64
> {
>                int X;
>                int Y;
>                int Z;
> };
>   typedef SVector64 temp;

That is not valid C if I remember...need struct in that typedef :)

Ter


More information about the antlr-interest mailing list