lindenmayer_systems library

A Dart library to handle the generative formal grammars that rely on parallel string rewriting, known as Lindenmayer Systems, or L-Systems.

Classes

DolSystem
A class representing a Deterministic Context-free L-System, or DOL-System.
LindenmayerSystem
An abstract representation of a Lindenmayer System, or L-System.
ProductionRule
A class representing an L-System's production rule.