So we got some new stuff! So functions can be overloaded. We got new string libraries. In addition we a @emp mm off command that lets you manually manage the memory. I did a bench test, and you pretty much have zig levels of control as of now! I got type inference working for lists. (As long as you add an item; come one how else would it work?) We are a little bit confused right now, because of the distinction between an array and list. Other than that generics got a great update now supporting vtables & better structs. The emp compiler hasn’t been this fast in a while. We have SSA before LLVM optimizes our code so the whole thing is better. In addition some new stdlib modules were made! We have a time module and panic module so error handling better. Other than that I fixed a couple of bugs. Hey also got documentation with an analyzer! How cool is that! All of this and emp won’t memory leak. (I hope)
Guys at this point I am knuckle deep in the weird world of compilers. If it isn’t too much to ask I believe this project deserves a 10/10!