night/regex
Mike Gerwitz 2dd5b590f9
bitwise.sed: Common bitwise operators using only regular expressions
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.
2018-11-24 00:02:31 -05:00
..
fall Initial commmit with fall script 2018-11-24 00:02:15 -05:00
.gitignore Initial commmit with fall script 2018-11-24 00:02:15 -05:00
animate Initial commmit with fall script 2018-11-24 00:02:15 -05:00
base10-inc.sed base10-mul.sed: Multiply two base-10 numbers using regexes 2018-11-24 00:02:26 -05:00
base10-mul.sed base10-mul.sed: Multiply two base-10 numbers using regexes 2018-11-24 00:02:26 -05:00
bitwise.sed bitwise.sed: Common bitwise operators using only regular expressions 2018-11-24 00:02:31 -05:00
fall.sed Initial commmit with fall script 2018-11-24 00:02:15 -05:00