Re: Implicit Multiplication

2005-08-09 Thread Hans Aberg
On 9 Aug 2005, at 01:33, Aaron Hurst wrote: This seems to implement exactly the behavior I was describing. The help is much appreciated. You are welcome. But you need to check the token precedences for IDENTIFIER '(' ')'; I just put them in to avoid conflicts. [Also keep the cc to Help-

classical error but unresolved "syntax error at end of input"

2005-08-09 Thread DEBUF Xavier
the result of the grammar file (*.y) compilation give me this error: "syntax error at end of input" I Know this is not really important but i don't find it and I can't test my grammar file I give you the code (begin and end of it) A warning appear to indicate that yyerror has been declared on im

classical error but unresolved "syntax error at end of input"

2005-08-09 Thread soledady
the result of the grammar file (*.y) compilation give me this error: "syntax error at end of input" I Know this is not really important but i don't find it and I can't test my grammar file I give you the code (begin and end of it) A warning appear to indicate that yyerror has been declared on imp