Block a user
Ensure stack overflows don't kill Ludus
At current, a stack overflow will cause a wasm out of memory issue; not sure how to recover that.
Meanwhile, an infinite loop will also hang.
Neither of these are recoverable, but hitting…
*input*
stdin hack for Computer Class
Done at some point in ludus-web; fixed underlying scanning issue in 9584a21521
.
Look into error messages causing errors
Fixed, I think, in e428fccc86
.
I wasn't redirecting the console until after scanning, parsing, and validation. Should be…