Skip to content

Releases: andrew-johnson-4/lambda-mountain

1.11.4

07 Mar 00:49
92ae316
Compare
Choose a tag to compare

Features:

  • asm! directive to mix fragments and expressions.

CDecl calling convention

06 Mar 20:43
6477419
Compare
Choose a tag to compare

Features:

  • CDecl calling convention for strict mode

1.11.2

05 Mar 19:36
a569613
Compare
Choose a tag to compare

Features

  • programming with fragments directly a bit

1.11.1

05 Mar 16:00
Compare
Choose a tag to compare

Freeze the compiler version also, not just production.

Features:

  • Direct fragment manipulation
  • no standard environment with --nostd

1.11.0

05 Mar 04:50
393c52a
Compare
Choose a tag to compare

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

03 Mar 02:35
062ef6e
Compare
Choose a tag to compare

Macros are stable but dynamic evaluation is too inefficient to use heavily.

1.9.0

03 Mar 01:16
a630fa8
Compare
Choose a tag to compare

Macros are almost fully integrated. Both let and match work with basic cases.

1.8.0

01 Mar 23:42
2e0069c
Compare
Choose a tag to compare

Add macro system

1.7.0

29 Feb 22:06
a9f5424
Compare
Choose a tag to compare

Features

  • Function Specialization with some basic type inference

1.6.0

27 Feb 03:22
1912783
Compare
Choose a tag to compare

Fully dynamic memory allocation reduces size of executables by 99.9%. This finally feels like an optimized tool.

Features:

  • dynamic cons/atom allocators.