diff --git a/Monicelli.ll b/Monicelli.ll index 6cbfd19..8a314c9 100644 --- a/Monicelli.ll +++ b/Monicelli.ll @@ -151,11 +151,6 @@ CHAR [a-zA-Z_] [ \t\f\v] {} -"due" { - yylval.intval = 2; - return NUMBER; -} - {CHAR}({DIGIT}|{CHAR})* { yylval.strval = strdup(yytext); return ID;