This is a C interpreter implementation
Inspired by rswier/c4 and lotabout/write-a-C-interpreter
The implementation starts from 0x01 while 0x00 is clone from rswier/c4.
This implementation are all re-typed without any copy and paste, in order to understand the behavior of a compiler and self-hosting.