From: Yukihiro Matsumoto Date: 2006-02-16T09:03:08+09:00 Subject: Re: Syntax error messages in 1.8.3 Hi, In message "Re: Syntax error messages in 1.8.3" on Thu, 16 Feb 2006 04:58:26 +0900, gabriele renzi writes: |> I'm getting this too. And this is a feature of bison 2.x, I guess. |I see, but would it be possible to replace internal identifiers such as | tSTRING_DVAR with something user-readable? I'm afraid not. Bison doesn't give us a hook to replace it. Correct me if I'm wrong. matz.