mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
reordering of expressions to match main usage vs. script-optimization extras
This commit is contained in:
parent
52f506b7ae
commit
f557b40d14
2 changed files with 13 additions and 10 deletions
|
@ -82,18 +82,19 @@ const char* expr_name(ExprTag t) {
|
|||
"record_coerce",
|
||||
"table_coerce",
|
||||
"vector_coerce",
|
||||
"to_any_coerce",
|
||||
"from_any_coerce",
|
||||
"sizeof",
|
||||
"cast",
|
||||
"is",
|
||||
"[:]=",
|
||||
"inline()",
|
||||
"vec+=",
|
||||
"[]=",
|
||||
"$=",
|
||||
"vec+=",
|
||||
"to_any_coerce",
|
||||
"from_any_coerce",
|
||||
"from_any_vec_coerce",
|
||||
"any[]",
|
||||
"ZAM-builtin()",
|
||||
"nop",
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue