Releases: andrew-johnson-4/lambda-mountain
Releases · andrew-johnson-4/lambda-mountain
1.11.4
Features:
asm!
directive to mix fragments and expressions.
CDecl calling convention
Features:
- CDecl calling convention for strict mode
1.11.2
Features
- programming with fragments directly a bit
1.11.1
Freeze the compiler version also, not just production.
Features:
- Direct fragment manipulation
- no standard environment with --nostd
1.11.0
Raw assembler with 0 dependencies is working. The compiler still requires some hard-coded dependencies but that will go away soon too.
1.10.0
Macros are stable but dynamic evaluation is too inefficient to use heavily.
1.9.0
Macros are almost fully integrated. Both let
and match
work with basic cases.
1.8.0
Add macro system
1.7.0
Features
- Function Specialization with some basic type inference
1.6.0
Fully dynamic memory allocation reduces size of executables by 99.9%. This finally feels like an optimized tool.
Features:
- dynamic cons/atom allocators.