Hi everyone,
here is an abstraction to do L-system iterations as described here: https://en.wikipedia.org/wiki/L-system#Examples_of_L-systems
The rule sets are loaded from text files, and the iterations can also be saved to text files. I'm not sure what the possible uses of this are, and it gets pretty slow as the strings get longer, but it was fun to do.