Dorsalfin
0.1.0 - Dorsalfin
Dorsalfin is the initial release of the Sailfish programming language representing the first functional subset of the language to compile. Specifically, 0.1.0 is the first version of the sailfishc frontend with a C transpiler backend that produces a language with just enough functionality to do some interesting things. This version introduces:
- primitives (int, flt, str, bool)
- void
- functions
- udt's
- if-statement
- grouping expressions
Note: since this is so early, expect a lot to break and most importantly not function as expected