Block a user
Refs & state
One design issue that's not so easy-peasy: refs would now need globally unique names.
That's probably good enough for Computer Class, which probably won't use refs except under the hood.
Poss…
Improve parser errors on extra exprs/tokens on line
Comment on last line of file causes scanner to die
String patterns
Implemented in 5deab18356. Not closing yet for to do more testing. At current, the following works as expected:
match "You are the eggman" with {
"I {verb} the {noun}" -> (verb, noun)
…
WASM: wire it up!
Okay. I figured out how to do this, more or less.
Zig is great, but its build system is very powerful, very complicated and seriously under-documented.
(See, e.g., https://ziggit.dev/t/buildi…