* Register a module-local StateVariable for each variable declared at
module scope
* Automatically change StateVariable types to pointers
* Automatically change references to StateVariables to pointer
dereferences
* Add NoEvalVariableGenerator for when references to state variables
need to access the state variable address
* Add token-splice-ref for ease of use (pairs well with quick-token-at)
* Add Converters.hpp to macro heading
* Fix PushBackTokenExpression not exiting at the final parenthesis of
the expression
* Update Debugging documentation to use cakelisp_cache folder
* Wrote hot-reload-make-state-variable-initializer and associated
experimentation for initializing StateVariables
* Experimented with using sizeof on arrays defined in different
modules