mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Removing global_attrs from parser, per #11, and also record
attributes. Both aren't used anywhere. Along with these goes some more now unused code. Closes #11.
This commit is contained in:
parent
e1ab9b1c69
commit
75335b933e
8 changed files with 35 additions and 155 deletions
|
@ -151,9 +151,7 @@ file return TOK_FILE;
|
|||
for return TOK_FOR;
|
||||
function return TOK_FUNCTION;
|
||||
global return TOK_GLOBAL;
|
||||
global_attr return TOK_GLOBAL_ATTR;
|
||||
"?$" return TOK_HAS_FIELD;
|
||||
"?$$" return TOK_HAS_ATTR;
|
||||
if return TOK_IF;
|
||||
in return TOK_IN;
|
||||
"!"{OWS}in/[^A-Za-z0-9] return TOK_NOT_IN; /* don't confuse w "! infoo"! */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue