azsn / compiler-practice

Learning how to write a compiler and also learning Rust. Wrote this very quickly so its pretty messy. Compiles a very simple custom C-like language into LLVM Intermediate Representation (IR), and then Clang can be used to compile that into a real executable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Learning how to write a compiler and also learning Rust. Wrote this very quickly so its pretty messy. Compiles a very simple custom C-like language into LLVM Intermediate Representation (IR), and then Clang can be used to compile that into a real executable.


Languages

Language:Rust 99.7%Language:Makefile 0.3%