>>> "Joel" == Joel E Denny <[EMAIL PROTECTED]> writes:
>> The glr skeleton tries to keep some abstraction over >> how the automaton is encoded. Its yygetLRActions for instance is >> something that would clarify yacc.c. > So, since we're looking at it, maybe yacc.c should have a yydefaultAction? > One small step for abstraction. I had a look, and it is a bit inconvenient to use it there (yacc.c plays many tricks with labels and goto).
