Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 336 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 336 Bytes

rucmic

The RUst C MInus Compiler

Some inspiration hit after I completed my university's Compiler course, and I set on a journy to build a C- compiler in Rust.

This project wouldn't be the same without help from the library plex to perform lexing and parsing, and the library inkwell providing LLVM bindings.