%{ #include using namespace std; %} non_white [^ \t\n]* %% {non_white} ECHO; . ; [\n] ; %% main() { yylex(); }