File generated from kgram.y doesn't work
user-group opened this issue · 0 comments
user-group commented
When kgram.y is processed by yacc/bison to generate kgram.c, the resulting parser says that the example files are not ANSI. The current kgram.c file which implements the parser works fine. Thus, there is an inconsistency between kgram.y and kgram.c.