Got a bit nerd-sniped by this and came up with an L-system that fills out (I think) "the wallflower": https://onlinetools.com/math/l-system-generator?draw=AB&skip... edit: On second thought, this probably generates the other fractal, but I'm not sure.
Found a space-filling curve for the wallflower: https://onlinetools.com/math/l-system-generator?draw=ABCD&sk... The previous one fills out the Koch island.
Edit: just noticed how you encoded a flip (AB CD) between iterations like how the matrix flips the orientation of space. Super neat!