LSysteme
L-Systeme (L-systems) are a class of formal grammars developed by Aristid Lindenmayer in 1968 to model growth processes in biological systems, especially plants. They describe how complex structures can arise from simple, parallel rewriting rules applied to strings of symbols over successive generations.
A standard L-Systeme consists of an alphabet of symbols, an initial string called the axiom, and a
Interpretation plays a central role: the generated strings are typically fed to a turtle-like graphics interpreter.
Applications of L-Systeme are widespread in computer graphics and procedural modeling. They provide a compact, rule‑based