Input a pattern, and with every click all 'F's in
it will be replaced by that pattern.
Next a tree will be drawn based on current pattern.
The rules for drawing are as follows:
- F = go forwards
- + = turn right
- - = turn left
- [ = remember the position you are currently in
- ] = go back to that position