alexdovzhanyn / ThetaLang

θ A statically typed, functional programming language that compiles to WebAssembly
MIT License
32 stars 9 forks source link

Implement CodeGen #4

Closed alexdovzhanyn closed 3 months ago

alexdovzhanyn commented 3 months ago

As per analysis done in #3 , we'll be targeting WASM as the backend for the Theta language.