Because my flex / lex recognizer has a syntax error when I try to recognize the WRITE 1 text
%{
#include "gram.h"
int yyerror(const char *s);
%}
/* letras [A-Za-z]+ */
/* id ({letras})({letras}|{digito})* */
%%
"ESCREVER" {retu...
asked by
12.01.2017 / 13:30