An open API service indexing awesome lists of open source software.

https://github.com/grieferatwork/kos-libregex

Regex Library for KOS (submodule for regcomp(3) & regexec(3))
https://github.com/grieferatwork/kos-libregex

kos regex regex-engine regex-match regex-pattern regexp regexp-match

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Submodule for KOS: libregex

This repository is a sub-module for [KOS](https://github.com/GrieferAtWork/KOSmk4) 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](https://github.com/GrieferAtWork/KOSmk4) and [deemon](https://github.com/GrieferAtWork/deemon) make use of this library, meaning that bugs found-- and fixes made here will affect both of these projects.