Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 642 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 642 Bytes

μRust compiler

A simple compiler to LLVM backend for a toy language with Rust-like syntax.

Usage requirements

  • LLVM 16
    • If you are using Windows, see this gist
    • If you are using Ubuntu or Debian, use the script provided here
    • Otherwise, follow the instructions here

Build requirements