This is a WIP attempt at creating a new programming language that compiles down to WASM, with the compiler written in Rust.
To have a look at what the syntax for the language looks like currently have a look in the compiler-core/src/fixtures folder.
- For me to learn more Rust and other stuff
 - Tiny generated bundle size
 - Greatly simplified tooling set up
 
- Higher level than Rust
 - Slow Rust compile times
 - Getting small bundle sizes with Rust takes a fair bit of effort