mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
Adapt BiF & Bro parser to handle opaque types.
This commit is contained in:
parent
622190b4ef
commit
23ca1c90ef
4 changed files with 22 additions and 21 deletions
|
@ -74,6 +74,8 @@ HEX [0-9a-fA-F]+
|
|||
"set" return check_c_mode(TOK_SET);
|
||||
"table" return check_c_mode(TOK_TABLE);
|
||||
"vector" return check_c_mode(TOK_VECTOR);
|
||||
"of" return check_c_mode(TOK_OF);
|
||||
"opaque" return check_c_mode(TOK_OPAQUE);
|
||||
"module" return check_c_mode(TOK_MODULE);
|
||||
|
||||
"@ARG@" return TOK_ARG;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue