Message-ID: <3217687C.5D2C@magical.egg.or.jp> Date: Sun, 18 Aug 1996 19:01:32 +0000 From: Arriande Organization: MangaCafe-Gaudio MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: FAQ(bison) Q:for error reporting techniques Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit I'm doing bison/flex in gcc and mcomp(Intergraph-CAD system compiler , may be this compiler same as 'High-C'. This compiler have a many limittes rather than GCC. (-_-^) ). So far nothing usefull to error reporting, but I must to set this error report function in next project. In bison/flex-info, wrotes '@N' structure infomation. Then I looking for @N structure and I know how to using this structure. This @N structure is simply and I understand this structure. (In flex script, @N settings and using a etc...) But I can't findout the currently token infomation-variables. (current token's first line,columns to end line,columns focus infomation) Where is this infomation-variables? (or only line infomation have one?) Arriande as gaudio9f AT magical DOT egg DOT or DOT jp