This website requires JavaScript.
Explore
Help
Sign In
miloignis
/
kraken
Watch
1
Star
0
Fork
0
You've already forked kraken
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
b077daf12e4bf565547e2d59aa16ebf3e8dfa072
kraken
/
kv
History
Nathan Braswell
b077daf12e
Split eval.rs out of ast.rs, and rename ast.rs to basic.rs. Copy it over to opt.rs, and hook up a From<> impl and a congruent(x)->bool function, and add to main.rs and test.rs. Now we actually have to make opt.rs optimize...
2023-07-06 01:11:56 -04:00
..
src
Split eval.rs out of ast.rs, and rename ast.rs to basic.rs. Copy it over to opt.rs, and hook up a From<> impl and a congruent(x)->bool function, and add to main.rs and test.rs. Now we actually have to make opt.rs optimize...
2023-07-06 01:11:56 -04:00
.gitignore
Start moving eval to explicit continuation based
2023-05-16 01:15:09 -04:00
build.rs
Started new kv impl with support for mutable cells, just the basic interpreter. Going to add the lazy bytecode interperter next
2023-05-14 23:50:27 -04:00
Cargo.lock
Dependency update
2023-07-02 18:09:34 -04:00
Cargo.toml
Started new kv impl with support for mutable cells, just the basic interpreter. Going to add the lazy bytecode interperter next
2023-05-14 23:50:27 -04:00