]> Witch of Git - ivy/commit
Add a compiler CLI
authorCassie Jones <code@witchoflight.com>
Sun, 1 Mar 2020 02:10:11 +0000 (03:10 +0100)
committerCassie Jones <code@witchoflight.com>
Sun, 1 Mar 2020 02:10:33 +0000 (03:10 +0100)
commitc0b0f32b4ec4db6961e1fc1f5ccd263598aa6df6
treee7e716dfd7499551b3a9ddeca0b54ae2a6d3be03
parenta4e0f19757a4d01f847dc2128ac28705f20c8f0f
Add a compiler CLI

The compiler CLI lets you output assembly, the pretty-printed code, or a
compiled binary. It shells out to clang for assembling. You have to have
clang installed, and you have to have the runtime library in the correct
place. I need to figure out a way to embed the runtime library or
something...
Cargo.lock
Cargo.toml
src/main.rs
src/trans/x64.rs