TDDA89   SLIDES

[Some of the files exist in other formats in the same directory.] ¹ Comment:     Our definition of LR(0) grammars is simpler but slightly less general than that in the book [Hopcroft&Ullman].   The definitions differ only for some particular grammars. An example is { S->Ab, A->epsilon, A->Aa }. (A grammar satisfying only the more general definition must contain an epsilon production and no other production for the same symbol has the right hand side beginning with a terminal.)

[2006.07.05]