support for indexing "table[pattern] of T" with strings to get multi-matches

This commit is contained in:
Vern Paxson 2023-11-01 11:23:48 +01:00 committed by Arne Welzel
parent a5a79d3f3a
commit 699549eb45
8 changed files with 228 additions and 2 deletions

View file

@ -1012,6 +1012,7 @@ protected:
bool is_slice;
bool is_inside_when;
bool is_pattern_table = false;
};
// The following execute the heart of IndexExpr functionality for