Simple C to MIPS Compiler (WIP)
Welcome to a simple C to MIPS Compiler for Computer Architecture, since the compiler ain't completed yet so we only have a few options to choose from, the current only supported features are
- Word integer arithmetic.
- Word integer array.
- Char array
- Function calling
- Mark local variable as register
Note that this is not even a full C compiler (yet).