Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 485 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 485 Bytes

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.