There is now a random test for all the primitive number types.
Also, I fixed my errors with the tests that should panic. I kept thinking
that they should run fine and it was throwing off how I was writing
the code.
This tests buffer overflow for the basic types. It does not currently
test the platform int and uint until the final function definitions
are determined.
Numbers can be converted to and from bytes in both
BigEndian and LittleEndian styles. This does not yet take care of
the other mathematical structures provided by Sigil.
Also, no tests of these capabilities have been written yet.