Wallop
Wallop copied to clipboard
Refactor tracked values out of IScriptContext
The functions that provide tracked values bloat IScriptContext. It'd be better to create a new Type to contain the functions around tracking values.
... Maybe even implement tracked values as a plugin?
Probably carry out #76 along with this