Integrate psyntax-based expander into eval
This PR makes eval use (hoot expander) instead of the placeholder expander. In practice you need to compile your code with -g for this to work; this new flag arranges to create a first-class representation of the module graph when the wasm is loaded, so that we can look up the values of +, let, and so on. It fixes environment so it really works!
Edited by Andy Wingo