Noun
L-system (plural L-systems)
A parallel rewriting system; a rewriting system in which as many rewrite rules as possible are applied at each step.
If a rule depends not only on a single symbol but also on its neighbours, it is termed a context-sensitive L-system. Source: Internet
Example 6: Dragon curve The dragon curve drawn using an L-system. Source: Internet
If the production rules were to be applied only one at a time, one would quite simply generate a language, rather than an L-system. Source: Internet
If there is exactly one production for each symbol, then the L-system is said to be deterministic (a deterministic context-free L-system is popularly called a D0L system ). Source: Internet
Origins 'Weeds', generated using an L-system in 3D. Source: Internet
Pg. 11 * Given a structure, find an L-system that can produce that structure. Source: Internet