*.l;*.lex;*.flex
//
/*
*/
[a-zA-Z_.][a-zA-Z0-9_.]*
<\%{identifier}(,\%{identifier})*>
^%{
^%}
^%top{
^}
{
}
^(?=[ \t])
$
^\%{identifier}
$
^%
option
s
x
pointer
array
^%%
^(?=[^% \t])
$
^
[ \t]
"
"
^\%{start-cond}(?=[^{])
(^\%{start-cond}){
}
\\.
\[
\]
\(
\)
^%%