Teaching bifcl to accept scoped IDs.

This commit is contained in:
Robin Sommer 2011-02-07 14:46:28 -08:00
parent 7abd8f177f
commit 0dbbee46ae

View file

@ -27,7 +27,7 @@ int check_c_mode(int t)
%}
WS [ \t]+
ID [A-Za-z_][A-Za-z_0-9]*
ID [A-Za-z_](([A-Za-z_0-9]|::)*[A-Za-z_0-9])?
ESCSEQ (\\([^\n]|[0-7]+|x[[:xdigit:]]+))
%option nodefault