- Allow ^ and - in identifies which will be used in protocol names
in future naming conventions
This commit is contained in:
parent
7e246cf4f3
commit
998e4852ba
@ -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}|[\^\-])+
|
||||||
|
|
||||||
%%
|
%%
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user