When using yacc if we have the following grammar it does not give us any problem, only the conflict displaces / reduces the if else that it should be.
Programa : Cabecera_programa Bloque;
Cabecera_programa : PRIN | error;
Bloque : ABRIRLLAVE...
asked by
24.11.2016 / 13:06