drewrip / bytor

https://crates.io/crates/bytor
1 stars 0 forks source link

Add a simple C Backend #4

Closed drewrip closed 5 months ago

drewrip commented 5 months ago

So that WebAssembly doesn't influence my language design, and so that I can more rapidly prototype, I'm implementing a backend that generates C code, then invokes a C compiler to generate the final binary. Currently the backend can generate if statements.