Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 571 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 571 Bytes

Note that this repo is no longer in use as I merged all 3 crates into the main repo

This will be a backend for my lang that will use LLVM to generate an executable

This crate depends on lang-frontend for parsing and type inference. The only function of this crate is to do codegen using inkwell.

To use this you must have llvm 13 installed. You can follow this tutorial to build LLVM or get a pre-built binary.