%{ #include %} %% "<"[^>]*> { printf("VALUE: %s\n", yytext); } .|\n ; %% main() { yylex(); }