~brenns10/sc-regex

Regex implementation
docs: Add API documentation!
Add docs scaffolding from template
Release v0.4.0

clone

read-only
https://git.sr.ht/~brenns10/sc-regex
read/write
git@git.sr.ht:~brenns10/sc-regex

You can also use your local clone with git send-email.

#sc-regex

sc-regex is a simple C regular expression library. It allows most common features of regular expressions, without dangerous ones such as backreferences, etc. It is part of the "sc" (Stephen's C) family of libraries. For complete examples on the use of this library, see the sc-examples repository.

#Development

Run the following to create a build directory:

meson build

You may then compile (or re-compile) with:

ninja -C build

When you would like to commit your changes, please ensure that you have pre-commit hooks installed, so that automated checks can run on your code:

pre-commit install