Expand description
Tools for parsing L-Systems from text strings.
Important functions:
Functionsยง
- parse_
prod_ string - Allows you to parse a text string into a string of
Symbolobjects to then rewrite using aSystem - parse_
production - parse_
production_ body - Parse the body of a production rule.
- parse_
production_ head - Parse the head of a production rule.