1
0
Fork 0
forked from fun/fun

Added some standard C regex implementation. (0.20.0)

This commit is contained in:
Johannes Findeisen 2025-10-04 01:49:22 +02:00
commit 94602f0855
12 changed files with 438 additions and 1 deletions

View file

@ -338,6 +338,9 @@ void vm_run(VM *vm, Bytecode *entry) {
#include "vm/pcsc/transmit.c"
#include "vm/strings/find.c"
#include "vm/strings/regex_match.c"
#include "vm/strings/regex_search.c"
#include "vm/strings/regex_replace.c"
#include "vm/strings/split.c"
#include "vm/strings/substr.c"