night/regex
Mike Gerwitz 338bb0cdf0
base10-mul.sed: Multiply two base-10 numbers using regexes
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.
2018-11-24 00:02:26 -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
fall.sed Initial commmit with fall script 2018-11-24 00:02:15 -05:00