0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
rearranging code; making evaluator take an afterInit argument; making location.rkt load in base.rkt. Removing the evaluator global variable at toplevel More... over 13 years ago
rearranging evaluation slightly, to better support some module invocation for the evaluator More... over 13 years ago
renaming loc to location More... over 13 years ago
fixing the languages in the teachpacks More... over 13 years ago
adding emmanuel's teachpacks; need to make them work with js-vm More... over 13 years ago
hiding the render-effect primitives until I get a good look at them More... over 13 years ago
9 primitives More... over 13 years ago
21 primitives More... over 13 years ago
29 primitives left More... over 13 years ago
52 primitives left More... over 13 years ago
68 primitives left More... over 13 years ago
78 primitives More... over 13 years ago
down to 100 primitives More... over 13 years ago
correcting bug in build-string; similar bug to build-list. More... over 13 years ago
down to 123 primitives untouched by tests. More... over 13 years ago
number of untouched primitives down to 135 More... over 13 years ago
fixing some floating point conversions More... over 13 years ago
continuing to write small tests More... over 13 years ago
continuing to add more to the tests for coverage More... over 13 years ago
check to see if node is around first More... over 13 years ago
added the call to the internal VM tests More... over 13 years ago
adding in a small test for round, just to see that check-coverage is working More... over 13 years ago
adjusting the test procedure to yell if we have wescheme primitives that have not even been touched by the moby-programs test suite More... over 13 years ago
adding small lookup table of all the wescheme names More... over 13 years ago
filling in more of misc.rkt More... over 13 years ago
fixing complex implementation regarding real?, rational? integer? on inexact complex numbers More... over 13 years ago
continuing to fill in coverage for exposed functions More... over 13 years ago
testing exn functions More... over 13 years ago
fixing test case with regard to floor, celing, round inexactness preservation More... over 13 years ago
more fixes to check-expect, check-within More... over 13 years ago