LibC: Implement posix regex

This is an almost complete implementation, it does not support
alternations or collating elements and it is restricted to the ASCII
character set
This commit is contained in:
2025-11-16 06:47:03 +02:00
parent dc0fa49de2
commit ee507de154
3 changed files with 667 additions and 20 deletions

View File

@@ -29,6 +29,7 @@ set(LIBC_SOURCES
printf_impl.cpp
pthread.cpp
pwd.cpp
regex.cpp
scanf_impl.cpp
sched.cpp
semaphore.cpp