Implement BYTELEN and STRBYTE (#1744)

This commit is contained in:
Rangi
2025-07-14 21:46:35 -04:00
committed by GitHub
parent 8a19c5c30a
commit b6d77fbb9e
5 changed files with 63 additions and 0 deletions

View File

@@ -238,6 +238,8 @@ static std::unordered_map<std::string, int, CaseInsensitive, CaseInsensitive> ke
{"BITWIDTH", T_(OP_BITWIDTH) },
{"TZCOUNT", T_(OP_TZCOUNT) },
{"BYTELEN", T_(OP_BYTELEN) },
{"STRBYTE", T_(OP_STRBYTE) },
{"STRCAT", T_(OP_STRCAT) },
{"STRCHAR", T_(OP_STRCHAR) },
{"STRCMP", T_(OP_STRCMP) },