5 Was cutting grass, however I thought about the future code computation.
6 Basically when it comes to instrutions I can have input and variables
7 associated with the operation variable state. Then when computations are
8 performed these can be used directly. However, there is potential that this is
13 Not liking how my current variable slot states and such is going. The variable
14 states is turning into how the code was before, a bunch of mutable states
15 that gets calculated first. I suppose I should do the same thing as the
16 operation handlers for the SSA code. However I believe I am going to take a
17 slight break from the interpreter and work on the class library since my work
18 has been slowing down a bit.
22 I also need to be able to test the standard library to make sure that it works.
23 However the only way to actually test if things work properly is for the
24 interpreter to be written to run the code to be tested. However, I can write
25 a test framework which should pass when host tests are ran on the desktop for