melody
Melody is a language that compiles to regular expressions and aims to be more readable and maintainable (by yoav-lavi)
kleenexp
modern regular expression syntax everywhere with a painless upgrade path (by SonOfLilit)
melody | kleenexp | |
---|---|---|
55 | 3 | |
4,663 | 74 | |
0.2% | - | |
5.1 | 1.9 | |
5 months ago | about 2 years ago | |
Rust | Python | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
melody
Posts with mentions or reviews of melody.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-06.
- nom > regex
- Melody 0.19.0 | A language that compiles to regular expressions and aims to be more readable and maintainable
- Melody 0.19.0 – A language that compiles to regular expressions
-
Yeah, we all know what you're good for...
just use Melody
-
I've created a Python module for constructing Regex patterns in a more computer programming-familiar way, so you don't have to re-learn Regex each time you use it!
How do you feel about projects such as melody?
-
Why does it have to be like this?
I found this beauty a while ago
-
Melody 0.18 (a sane alternative to regular expressions)
It's been a while since I updated you on Melody, wanted to share some of the improvements with you.
-
rulex VS melody - a user suggested alternative
2 projects | 19 Jun 2022
Melody is a language that compiles to regular expressions and aims to be more easily readable and maintainable
-
Regular expressions for humans
another project related to making regexes more readable: https://github.com/yoav-lavi/melody
-
Rulex – A new, portable, regular expression language
- https://github.com/yoav-lavi/melody - More verbose, supports macros, backslash escapes only for quotes. Rust compiler, babel plugin. Improves with time, getting quite impressive.
1 to 3 of match {
kleenexp
Posts with mentions or reviews of kleenexp.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-09.
-
Rulex – A new, portable, regular expression language
I think you'll love the https://github.com/SonOfLilit/kleenexp readme, then, I provide so. many. explanations. :)
-
Melody – a language that compiles to regular expressions
Shameless plug: I'm working on a similar project, with a strong focus on providing a painless migration path. Author: let's chat and perhaps join forces?
Please don't submit to HN until I release the vscode plugin :-)
https://github.com/sonoflilit/kleenexp
What are some alternatives?
When comparing melody and kleenexp you can also consider the following projects:
pomsky - A new, portable, regular expression language
REXS - A language for writing regular expressions.
remake
regex-generator - Generate regular expressions from sample texts.
byteseek - A Java library for byte pattern matching and searching