GrieferAtWork / kos-libregex

Regex Library for KOS (submodule for regcomp(3) & regexec(3))

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Submodule for KOS: libregex

This repository is a sub-module for KOS and exists for the sole purpose to allow other projects to make use of the regex compiler used to implement KOS's libc's regcomp(3) and regexec(3).

Both KOSmk4 and deemon make use of this library, meaning that bugs found-- and fixes made here will affect both of these projects.

About

Regex Library for KOS (submodule for regcomp(3) & regexec(3))


Languages

Language:C 100.0%