Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 526 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 526 Bytes

This is my implementation of Wabbit, written as part of David Beazley's excellent class on compilers.

Note: no materials from the course are present in this repo, except for a few generic Wabbit programs for testing.

This crate provides a Wabbit interpreter, a typechecker, a compiler that uses LLVM IR, and an export of the interpreter to WebAssembly.

Here is a link to more detailed documentation: https://chenson2018.github.io/wabbit/wabbit/