Block a user
Bring Prelude into Rust
Partial function application is indeed in Prelude, so adding #15 as a dependency.
Bring Prelude into Rust
Fixed a few errors, and it's looking like at least we parse and validate prelude reasonably correctly.
Next step: start testing against the Prelude. Found one bug already.
Functions should properly close over bindings
Looks like it works now! Same commit as before to have gotten them right.
Functions should properly close over bindings
Functions should properly close over bindings
Forward declarations were not working. They are now, with 273267f61d
. The long and short of it is that we need to update…
Panics should have nice information
Moving to minimal replacement, because, uh, I need to debug Prelude, and having at all reasonable errors including locations is deeply necessary for debugging Ludus code.
Functions should properly close over bindings
This is working fine in a Ludus script, as of 6a01089973
. Pulling from a simplified Prelude also works.
There's some…