anyone make anything recently?
@aeva Something like that: https://mastodon.gamedev.place/@lisyarus/116286245414955370
Syntax-wise a mix of Rust and Python, semantics-wise somewhere halfway between C and C++ (at least that's the end goal)
Also easily embeddable with a small compiler, which is why I'm writing it myself instead of e.g. using LLVM

Attached: 2 images Rewriting my toy language aarch64 compiler using the new IR as an input. The compiler code decreased in half (1.5k -> 700 loc), and its logic got way simpler. Still not an optimizing compiler, though, and lacking structs, arrays & pointers 😅 Left: test program Right: IR output