AndrewL97

Results 2 issues of AndrewL97

Generators can be chained together - https://www.byond.com/docs/ref/#/{notes}/generators This upsets the linter i.e `generator("circle", 0, 3) + generator("sphere", 0, 1)` ![image](https://user-images.githubusercontent.com/22902112/139522482-b37a7604-6122-4d96-aa7d-b1cded2364b6.png)

enhancement
parsing

About the PR Create a new LayeredComponentTreeComponent that allows LayeredComponentTreeSystems to handle a dictionary/layers of binary trees, rather than a single flat one. Why / Balance Fixes #4803 Allows us...