Data Structures

Here are the data structures with brief descriptions:
LsystemStructure of the L-system, which consists of an alphabet of symbols, a collection of production rules and an initial axiom from which to begin the construction
ParserL-system definition file parser
TurtleTurtle graphics interface (Logo code generator)