LIRA.My attempt at making an IR that's more legible than LLVM IR, but still low-level enough to be a good target for code generation. The syntax is inspired by LLVM IR, but with some twists to make it more readable and writable by humans. Atleast that is the goal. Lets see how it goes. I also made it to be easier to parse