Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egregius313/oatmilk
A remix of the Quaker Oat Compiler
https://github.com/egregius313/oatmilk
compiler oat
Last synced: 6 days ago
JSON representation
A remix of the Quaker Oat Compiler
- Host: GitHub
- URL: https://github.com/egregius313/oatmilk
- Owner: egregius313
- Created: 2022-01-15T00:06:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T03:07:15.000Z (over 2 years ago)
- Last Synced: 2025-01-12T03:42:15.624Z (12 days ago)
- Topics: compiler, oat
- Language: Rust
- Homepage:
- Size: 175 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `oatmilk` -- A remix of the Quaker Oat Compiler written in Rust
A toy compiler for the Oat language from University of Pennsylvania's course
*CIS 341: Compilers*. The original Oat compiler is written in OCaml. This is a
rewrite in Rust.The compiler uses a subset of LLVM IR, referred to as "LLVMLite".
## Compilation phases
![Compilation phases][phases]
[phases]: ./images/phases.dot.jpg "Compilation phases"