Bring Prelude into Rust #13
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Depends on
#15 Partial function application should work.
scott/rudus
Reference: scott/rudus#13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Prelude should be parsable and runnable with the Rust interpreter. This will likely require changes in Prelude itself, but not so many. Use
rust-embed
to embed Prelude in Rust.Currently getting
unbound name base
when running functions that rely onbase
(which is to say, just about every function in Prelude). But apparently at least some of this is working...?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.
Partial function application is indeed in Prelude, so adding #15 as a dependency.