Comments can now be placed also at ending of line.
This commit is contained in:
parent
701e06b781
commit
e67ece7aab
|
@ -19,9 +19,8 @@ CHAR [a-zA-Z_]
|
||||||
return NEWLINE;
|
return NEWLINE;
|
||||||
}
|
}
|
||||||
|
|
||||||
^"bituma"[^\n]* {
|
"bituma"[^\n]* {}
|
||||||
lineNumber += 1;
|
|
||||||
}
|
|
||||||
"Lei ha clacsonato" {
|
"Lei ha clacsonato" {
|
||||||
return MAIN;
|
return MAIN;
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue
Block a user