Weird Shell – Structural Regular Expressions Unix Shell Made in Rust(git.sr.ht)
git.sr.ht
Weird Shell – Structural Regular Expressions Unix Shell Made in Rust
https://git.sr.ht/~tudor/rwsh
4 comments
Linux vi like text editor using Structural Regular Expressions too https://github.com/martanne/vis
Having recently played around with sam, I could see some interesting possibilities based on the title of this post, But from the link, it doesn't seem like there are any examples of what this is meant to look like.
SourceHut itself looks interesting for self-hosting on-prem repositories in a private company
Yeah, it does doesn't it. I've seen a couple of projects using it but nothing more.
Structural regular expressions seem to be to me more like dynamic pattern matchers and parsers, such as in raku (perl6).