Expand description
Provides tools for handling strings of Symbol
objects which are rewritten using crate::productions::Production
rules of a System
.
The main struct is ProductionString
. These can be parsed from a text string using
parser::parse_prod_string
. See ProductionString
for more details.
Structsยง
- Production
String - Represents strings in our L-system. Strings
are made up of a list of
Symbol
objects.