I always wanted to write a C compiler. This is it! My aim is to compile as much of C99 as possible.
I omit everything that's missing here. It's simply too much xD.
- Arithmetic, bit-wise, and logical expressions
- Variable declaration and initialization