Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 357 Bytes

File metadata and controls

7 lines (4 loc) · 357 Bytes

C_compiler_Haskell

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.