Lambda Mountain is a small portable assembler, suitable for embedded AOT or JIT compilation.
In this release the most notable feature is support for compilation to C as a backend. This immediately brings support for most target platforms thanks to the wide availability of C compilers. This also happened to reduce compile times from 65 seconds down to 15 seconds.
Also in this release is the removal of untyped fragments. All fragments are now strongly typed, just like functions.
Support for C as a backend marks a new chapter in LM development with the support for cross-compilation rather than just assembly.