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))
- Host: GitHub
- URL: https://github.com/grieferatwork/kos-libregex
- Owner: GrieferAtWork
- Created: 2022-12-30T15:25:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T17:13:16.000Z (10 months ago)
- Last Synced: 2025-03-22T06:25:17.834Z (9 months ago)
- Topics: kos, regex, regex-engine, regex-match, regex-pattern, regexp, regexp-match
- Language: C
- Homepage:
- Size: 1.29 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.