feat: initial commit for regex-humanizer-cli

- Add regex parser, translator, and test generator
- Add CLI with explain, test, interactive commands
- Add multi-flavor support (PCRE, JavaScript, Python)
- Add Gitea Actions CI workflow
- Add comprehensive README documentation
This commit is contained in:
CI Bot
2026-02-06 03:02:57 +00:00
commit 52e792305b
12 changed files with 2413 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
"""Regex Humanizer CLI - Convert regex patterns to human-readable English."""
__version__ = "1.0.0"