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
b03122c7b852027fab3cc1a081920b9a8692ff69
kraken
/
kr
/
src
History
Nathan Braswell
5054441625
More work including brain dumping more slides and bugfixes for memo - have found current problem, which is that a non-env se can prevent a DeriComb from pulling in valeus from a real Env frame which it's being returned from - even though this is caught, the resulting call still depends on it, marks it as such, and then it depends on a call that was real and now no longer exists.
2023-04-16 00:02:29 -04:00
..
ast.rs
Update flake, split ast out into ast & pe_ast, and main into main & test
2023-03-14 20:14:17 -04:00
grammar.lalrpop
Add RBTREE and test, along with <, >, <=, >=
2023-02-14 13:18:19 -05:00
main.rs
More working memo that tracks used env-ids and env, fixed bugs with it too. Currently trying to track down some infinate loops caused by something that thinks it should make progress and doesn't, have an assert that notices doubles
2023-04-15 00:19:51 -04:00
pe_ast.rs
More work including brain dumping more slides and bugfixes for memo - have found current problem, which is that a non-env se can prevent a DeriComb from pulling in valeus from a real Env frame which it's being returned from - even though this is caught, the resulting call still depends on it, marks it as such, and then it depends on a call that was real and now no longer exists.
2023-04-16 00:02:29 -04:00
test.rs
More working memo that tracks used env-ids and env, fixed bugs with it too. Currently trying to track down some infinate loops caused by something that thinks it should make progress and doesn't, have an assert that notices doubles
2023-04-15 00:19:51 -04:00