haxe
haxe copied to clipboard
Add generator-specific context
This PR adds a lightweight version of Common.context which holds all the data generators need. For now it's only implemented for genjvm, but should be relatively easy to add to other generators.
The main goal is to make my dependency dot graphs look nicer.
Before:
After:
I have also already "ported" our second best generator genhl, which was easy enough.
Before:
After:
Unlike in some other areas, smaller is better.