- Allow identifiers to start with @ so that internal protocols

such as key compromise and swapkey can be prefixed with @ to indicate
  that they should be ignored by the classification tool.
This commit is contained in:
gijs 2005-08-11 12:24:36 +00:00
parent 2cd9cf4148
commit c8d2222c58

View File

@ -45,7 +45,7 @@ ascii_char [^\"\n]
escaped_char \\n|\\\" escaped_char \\n|\\\"
integer {digit}+ integer {digit}+
text \"({ascii_char}|{escaped_char})*\" text \"({ascii_char}|{escaped_char})*\"
id ({letter}|{digit})+ id @?({letter}|{digit})+
%% %%