From ac2c19d93407b00c89513f0f81e9cbbd1425bd9a Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 9 Mar 2022 03:35:16 -0400 Subject: Added an easy way to export Lux functionality to host programs (in JVM). --- changelog.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'changelog.md') diff --git a/changelog.md b/changelog.md index 688793326..ddfd14d9a 100644 --- a/changelog.md +++ b/changelog.md @@ -4,9 +4,11 @@ ### Added * Inline functions. * Can pass configuration parameters from the build description to the compiler. -* Can select code based on configuration parameters. -* Can select code based on compiler version. +* Code selection based on configuration parameters. +* Code selection based on compiler version. +* Extensible meta-compiler. ### Changed +* JVM compilation no longer relies on the ASM library. ### Removed ### Fixed ### Deprecated -- cgit v1.2.3