yoavlavi@programming.dev to Rust Programming@lemmy.ml · 3 年前Melody 0.19.0 | A language that compiles to regular expressions and aims to be more easily readable and maintainablegithub.comexternal-linkmessage-square4linkfedilinkarrow-up133cross-posted to: programming@programming.devrust@programming.dev
arrow-up133external-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 · 3 年前message-square4linkfedilinkcross-posted to: programming@programming.devrust@programming.dev
minus-squaregbin@lemmy.calinkfedilinkarrow-up7·3 年前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?
minus-squaresaucyloggins@lemmy.worldlinkfedilinkEnglisharrow-up4·3 年前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.
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.