%{ #include %} %% [0-9]+ { printf("%s\n", yytext); } .|\n ; %% main() { yylex(); }