make it obvious in lexer to ignore comments
This commit is contained in:
@@ -103,7 +103,7 @@ int yywrap(void *) {
|
||||
COLUMN_NO += yyleng;
|
||||
}
|
||||
|
||||
#[^\n]* {}
|
||||
#[^\n]* { /* skip comment */ }
|
||||
|
||||
. {
|
||||
GET_STATE
|
||||
|
||||
Reference in New Issue
Block a user