https://github.com/eramoss/libzex
A regex matching library
https://github.com/eramoss/libzex
forfun glibc posix regexp zig
Last synced: about 2 months ago
JSON representation
A regex matching library
- Host: GitHub
- URL: https://github.com/eramoss/libzex
- Owner: eramoss
- License: mit
- Created: 2025-01-15T21:30:11.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-02-06T23:37:34.000Z (3 months ago)
- Last Synced: 2025-02-07T00:25:38.303Z (3 months ago)
- Topics: forfun, glibc, posix, regexp, zig
- Language: Zig
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libzex
> [!WARNING]
> The library is not in production ready state yetinitially translated from https://github.com/laurikari/tre/
## Introduction
libzex is a (not yet functional) POSIX standards regexp matching library with some things that i have done for fun like my own parser and fuzzy search
A lot of this work is a rewrite of [TRE](https://github.com/laurikari/tre/) but made in zig for... well i wanted it :)
its just a study library for now, ifyou want a robust library use tre like GNU, dont trust in libzex for now!!