mayant15 / pillow

A bare bones compiler frontend made for educational purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pillow

test

Pillow is a project to learn about compilers. It is a simple language and a compiler frontend that generates LLVM IR. Still very much a work in progress.

Dependencies

  • An LLVM 10.0 installation, pointed to by LLVM_SYS_100_PREFIX, required by the llvm-sys crate. More info.

References

About

A bare bones compiler frontend made for educational purposes

License:MIT License


Languages

Language:Rust 100.0%