This is a C "compiler" made completely in Haskell. This is able to lex and parse a subset of C and then either convert it to a self-made "assembly" language that can run on the virtual machine.
The parser library was ispired by the uu-tc library available on gitlab
The first iteration is done, but the compiler is not yet complete.