%%
[ \t]*		;
[<>|;&\n]	return *yytext;
">>"		return APPEND;
[^<>|;&\n\t ]+	{ yylval = yytext; return TOKEN; }
