awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesSyntax-Based Regex Generators

Tools that generate regular expressions from a high-level descriptive syntax rather than from example strings.

Distinct from Regular Expression Generators: Distinguished from standard generators that synthesize regex from a set of provided matching examples.

Explore 1 awesome GitHub repository matching development tools & productivity · Syntax-Based Regex Generators. Refine with filters or upvote what's useful.

Awesome Syntax-Based Regex Generators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • yoav-lavi/melodyyoav-lavi 的头像

    yoav-lavi/melody

    4,747在 GitHub 上查看↗

    Melody 是一个正则表达式转译器和模式编译器,将高级、人类可读的语法转换为标准正则表达式。它作为简化复杂匹配模式创建和维护的工具。 该项目提供了一种专用语法,用于定义可重用变量和宏,以减少表达式中的重复。它包括对将专用标签映射到 Unicode 类别属性的原生支持,并自动处理字面文本的转义。 该系统可通过多种接口访问,包括用于编译和测试字符串或文件模式的命令行工具、用于实时评估的有状态交互式 REPL,以及用于将语法转换集成到 JavaScript 构建流水线中的 Babel 插件。它还提供了一个基于浏览器的接口,无需本地安装即可测试语法。 该编译器支持标准正则表达式功能,如捕获组、环视断言、字符类和量词。

    Generates standard regular expressions by transpiling human-readable syntax and definitions.

    Rust
    在 GitHub 上查看↗4,747
  1. Home
  2. Development Tools & Productivity
  3. Regular Expression Generators
  4. Syntax-Based Regex Generators