1.1.0
Better parametric L-System support:
- match() works now for parametric L-Systems (that use objects as symbols), by parsing only the
.symbol
parameter inside match, when matching against objects instead of strings. - classic syntax stuff like
A<B>C
does therefore work aswell for parametric L-Systems