Block a user
Good-enough validator
This is the "good enough," not "complete" validator. At present, I believe this has all the things we need for Computer Class. May have to re-open?
Ensure docstrings work and are available in the interpreter
Comment on last line of file causes scanner to die
Mutual recursion
Added in bbd41a0f74
Format:
fn foo
fn bar () -> foo ()
fn foo () -> :foo
bar () & => :foo
fn baz
baz () & =>…
bbd41a0f74
interpret forward-declared functions, allowing mutual recursion
bc1eac46b8
validate forward declarations
d0a6cdbf54
parse fn forward declarations
Wire up WASM + good-enough Ludus for
ludus-web
testing