Skip to content
  • Adam Nelson's avatar
    Symbolic computations now work; tests pass again · b85e9998
    Adam Nelson authored
    The new symbolic computation system finally works! Factorial runs again, albeit
    slower than before. Load/Store isn't working yet, but only because global cells
    aren't preallocated.
    
    Because the Mu spec says that newly-allocated memory locations are zeroed out,
    option values for unallocated spaces in data structures have been removed, and
    newly-allocated values are filled with 0/NULL.
    b85e9998