Got basic variables going! Skipped the static semantics for now, which suggest to initialize all new variable bindings before executing a block. Also an interesting thing in the spec is that `undefined` and a few others are properties on `global`. So only now can `undefined` actually be resolved.
0 likes 1 replies
?