Skip to content

Releases: Starkus/compiler

Alpha 2

21 Jan 16:59

Choose a tag to compare

Alpha 2 Pre-release
Pre-release

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.

alpha1.11

07 May 06:33

Choose a tag to compare

alpha1.11 Pre-release
Pre-release

Internal release to work on things with this language

alpha1

05 Feb 18:53

Choose a tag to compare

alpha1 Pre-release
Pre-release

Internal release to work on things with this language