yoavlavi@programming.dev to Rust Programming@lemmy.ml · 1 year 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: [email protected][email protected]
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 · 1 year agomessage-square4fedilinkcross-posted to: [email protected][email protected]
minus-squaregbin@lemmy.calinkfedilinkarrow-up7arrow-down1·1 year 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·1 year 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.