← board

C regex library dev-test import

Goal

Use a real C regex implementation as a candidate library workload for the C frontend and as a future compiler-owned regex library. Start under library_candidates/, not under lib/, because the source is expected to surface many missing C-body features before it is usable.

Preferred full backend: a BSD libc / Henry Spencer lineage POSIX regex implementation (regcomp, regexec, regerror, regfree). This is a better fit than depending on PCRE or the host libc: it is real regex, permissively licensed, portable, and suitable for embedded targets once PXX can compile it.

Policy

Expected compiler pressure

Acceptance

Log