
melody
yoav-lavi
Melody is a language that compiles to regular expressions and aims to be more readable and maintainable
AI 简介
Melody 是一种专为提升正则表达式可读性与可维护性而设计的领域专用语言,通过编译器将简洁、结构化的语法转换为标准 ECMAScript 兼容的正则表达式。其核心特点包括类自然语言的语法(如 `some of <word>`、`2 of match { ... }`)、内置预定义模式(如 `<digit>`、`<space>`)、模块化组合能力,以及配套 CLI 工具和在线 Playground。适用于需要频繁编写、协作维护或教学讲解正则表达式的场景,如日志解析规则定义、表单输入校验逻辑开发、文本提取脚本编写等。
Rust
Apache License 2.04.7k
Stars
57
Forks
15
Watchers
5
Issues
Star 增长
今日0
近 7 天0
近 30 天+1
综合评分27.29
默认分支main