Releases: Starkus/compiler
Alpha 2
Since the compiler has been working pretty well, let's make another release before it degrades. I've been working on a TUI debugger written in this language and I've only had to fix minor things in the compiler as I went along.
The release binary is fast and doesn't have much information (like printing where the compile errors come from in the compiler source code). However, many things that should be errors are still asserts that disappear in release builds, so it might fail without telling you sometimes.
Posting the debug binary too since it's likely I will end up having to debug something, or to check if some asserts are popping when things act weird.
The archive contains the compiler binary, the core library as source code, and a small assembled library needed for compilation.