<?xml version="1.0"?>
<!-- Created with JFLAP 4.0b10. -->
<structure>
	<type>lsystem</type>
	<!--The L-system axiom.-->
	<axiom>B</axiom>
	<!--The rewriting rules.-->
	<production>
		<left>B</left>
		<right>[ T - B + + B ]</right>
	</production>
	<production>
		<left>T</left>
		<right>T g</right>
	</production>
</structure>

