mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
10 lines
382 B
Markdown
10 lines
382 B
Markdown
---
|
|
layout: post
|
|
title: Released Cyclone Scheme 0.23
|
|
excerpt: This release contains compiler bug fixes for ARM and import expressions added during macro expansion.
|
|
---
|
|
|
|
Bug Fixes
|
|
|
|
- Fixed compilation error in `runtime.c` on Raspberry Pi / ARM.
|
|
- Have the compiler recompute library dependencies for a program if additional import expressions are encountered during macro expansion.
|