Comments can now be placed also at ending of line.

This commit is contained in:
Stefano Sanfilippo 2014-11-23 20:43:28 +01:00
parent 701e06b781
commit e67ece7aab

View File

@ -19,9 +19,8 @@ CHAR [a-zA-Z_]
return NEWLINE;
}
^"bituma"[^\n]* {
lineNumber += 1;
}
"bituma"[^\n]* {}
"Lei ha clacsonato" {
return MAIN;
}