MCPcopy Create free account
hub / github.com/Notgnoshi/generative / parse-production-rules.py

File parse-production-rules.py

tools/parse-production-rules.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python3
2"""Given a set of Lindenmayer System production rules, iteratively apply them to a starting axiom.
3
4This does _not_ interpret the L-strings with a turtle, only expand the initial axiom.

Callers

nothing calls this directly

Calls 2

parse_argsFunction · 0.70
mainFunction · 0.70

Tested by

no test coverage detected