Added some standard C regex implementation. (0.20.0)
This commit is contained in:
parent
63edf97aba
commit
94602f0855
12 changed files with 438 additions and 1 deletions
1
src/vm.h
1
src/vm.h
|
|
@ -29,6 +29,7 @@ static const char *opcode_names[] = {
|
|||
"LEN","PUSH","APOP","SET","INSERT","REMOVE","SLICE",
|
||||
"TO_NUMBER","TO_STRING","CAST","TYPEOF",
|
||||
"SPLIT","JOIN","SUBSTR","FIND",
|
||||
"REGEX_MATCH","REGEX_SEARCH","REGEX_REPLACE",
|
||||
"CONTAINS","INDEX_OF","CLEAR",
|
||||
"ENUMERATE","ZIP",
|
||||
"MIN","MAX","CLAMP","ABS","POW","RANDOM_SEED","RANDOM_INT",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue