Snapshot 2021-01 has been tagged and binaries will be uploaded soon. What's changed since 2020-04: Fixed: * #86 Building with gcc 8 and later works when using -O2 optimization * #90 Some unused static symbols have been removed. This probably makes #the fasl files incompatible with older versions. * #91 Loop destructuring no longer incorrectly signals an error * #95 Disassembler syntax of x86 je and movzx is incorrect * #98 fstpd is not an Intel instruction; disassemble as `fstp dword ptr #[addr]` * #100 ldb prints out unicode base-chars correctly instead of just the #low 8 bits. Hope this is useful to you. If you're building this, you'll need to do a cross-compile. Look at .gitlab-ci.yml (using tag snapshot-2021-01) to see the commands necessary for the cross-compile and regular build.)