Block a user
words
should strip punctuation
Add to prelude this Ludus code:
fn strip_punctuation {
("{x},{y}") -> strip_punctuation ("{x}{y}")
("{x}.{y}") -> strip_punctuation ("{x}{y}")
("{x};{y}") -> strip_punctuation…
Update language documentation to reflect current state of the language
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
.