yoavlavi@programming.dev to Rust Programming@lemmy.ml · 2 years agoMelody 0.19.0 | A language that compiles to regular expressions and aims to be more easily readable and maintainablegithub.comexternal-linkmessage-square4fedilinkarrow-up133arrow-down12cross-posted to: programming@programming.dev
arrow-up131arrow-down1external-linkMelody 0.19.0 | A language that compiles to regular expressions and aims to be more easily readable and maintainablegithub.comyoavlavi@programming.dev to Rust Programming@lemmy.ml · 2 years agomessage-square4fedilinkcross-posted to: programming@programming.dev
minus-squaregbin@lemmy.calinkfedilinkarrow-up7arrow-down1·2 years agoInteresting, regexps are indeed made with a very dense and obscure syntax, I could see a kind of DSL being useful. What do you think?
minus-squaresaucyloggins@lemmy.worldlinkfedilinkEnglisharrow-up4·2 years agoI’m intrigued. Even just like a shell with this to dump out to different language would be really handy. Regex is so dense it’s hard to memorize, the differences between languages don’t do it any favors either.
Interesting, regexps are indeed made with a very dense and obscure syntax, I could see a kind of DSL being useful. What do you think?
I’m intrigued. Even just like a shell with this to dump out to different language would be really handy.
Regex is so dense it’s hard to memorize, the differences between languages don’t do it any favors either.