drewrip / rascal

1 stars 0 forks source link

Add a simple C Backend #4

Closed drewrip closed 1 month ago

drewrip commented 1 month 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.