Support #91
Refactor rendering code to accomodate passing in Resources
Start date:
02/24/2021
Due date:
% Done:
0%
Estimated time:
Description
We would like to be able to pass in a symbol table to speed up rendering. There's no argument for "Resources".
Also, some of the rendering code has a "stage" parameter, and the created object is added to the stage.
This is inconsistent. If possible, everything should just return the created object and let the caller figure out what to do with it. Anything beyond (module, style) should be passed as part of the "resources" object.