Module parser

Source
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 Symbol objects to then rewrite using a System
parse_production
parse_production_body
Parse the body of a production rule.
parse_production_head
Parse the head of a production rule.