This was less of a hack, but I wanted to formally document these operators
as a larger body of work to serve as an example to others. In that sense,
I'm abusing the original intent of this repository, but it'll be fun to be
able to show others a more comprehensive body of regex-based hacks for doing
all sorts of fundamental things.
* regex/bitwise.sed: New script.
This was a pretty fun hack---it looks esoteric and sounds impressive (or
even impossible to some), but is really easy given the proper
intuition. Perhaps at some point I'll write more on DFAs and some of the
theory and limitations behind this, but for now, that's beyond the scope of
what I had intended for this repo. (I suspect that my intentions are
shifting.)
Enjoy!
* regex/base10-inc.sed: Reference new script.
* regex/base10-mul.sed: New script.
It might be easy to guess where I'm heading with the concepts that I'm
demonstrating with these scripts. It's just fun to do, and I've never
had an excuse to actually do it. ("It" referring to something for future
commits.)
You can try this out like this:
$ ./animate base10-inc.sed <( echo 000 ) 0.01
* regex/base10-inc.sed: New file.