frankpfenning / C0

C0 Language
4 stars 0 forks source link

Have runtime check size of integers #35

Closed robsimmons closed 11 years ago

robsimmons commented 11 years ago

Rather than using int32_t (the VM works that way), the cc0main.c main function should check that int is a real 2's compliment integer. I think CERT has some way of doing this...

frankpfenning commented 11 years ago

Added to lib/cc0main.c.