Lsie
General purpose Lindenmayer system written in C++
Lsie (Elsie) is a Lindenmayer system implementation written in C++.
It supports bracketed, stochastic, context sensitive, parametric, conditional grammars with parameter signature matching, homomorphism and decomposition.
Expression evaluation and signature matching is based on an internal bytecode compiler and interpreter, types are statically checked at compile time. It may seem a bit overkill, but it is fun to write and it has some practical advantages. :)
The project is work in progress. ...