night/regex
Mike Gerwitz 9478082e2e
env-{fixed,dyn}.sed: Accessing and manipulating envs
env-dyn kind of violated the spirit of this repository---to relax and simply
have fun.  While I did enjoy implementing it, there did become a point where
it got to be quite stressful and I just wanted to get it finished to move on
to other things.  Hopefully others find it interesting.

Keep in mind that, as explained in the comments, this could have been
implemented much more trivially using backreferences.  I chose not to do so,
since that is more of a challenge.  But it may be worth creating a version
of it that _does_ use backreferences to compare against and obviate the
limitiations of finite automata.

* regex/cmp.sed: Reference `env-dyn.sed'.
* regex/env-dyn.sed:
* regex/env-fixed.sed: New scripts.
2018-11-28 20:57:58 -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 animate: Add -c option for variable-width frames 2018-11-24 23:57:48 -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 animate: Add -c option for variable-width frames 2018-11-24 23:57:48 -05:00
bitwise.sed regex: Add equality scripts 2018-11-25 00:25:17 -05:00
cmp.sed env-{fixed,dyn}.sed: Accessing and manipulating envs 2018-11-28 20:57:58 -05:00
env-dyn.sed env-{fixed,dyn}.sed: Accessing and manipulating envs 2018-11-28 20:57:58 -05:00
env-fixed.sed env-{fixed,dyn}.sed: Accessing and manipulating envs 2018-11-28 20:57:58 -05:00
fall.sed Initial commmit with fall script 2018-11-24 00:02:15 -05:00