Add OP_SUBSTR_LAZY

This commit is contained in:
Steven Roose 2019-01-11 18:18:24 +00:00
parent 9fea017cf6
commit 547d3a0c10
5 changed files with 29 additions and 3 deletions

View file

@ -72,6 +72,7 @@ const char* GetOpName(opcodetype opcode)
// splice ops
case OP_CAT : return "OP_CAT";
case OP_SUBSTR : return "OP_SUBSTR";
case OP_SUBSTR_LAZY : return "OP_SUBSTR_LAZY";
case OP_LEFT : return "OP_LEFT";
case OP_RIGHT : return "OP_RIGHT";
case OP_SIZE : return "OP_SIZE";