mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
16 lines
364 B
Markdown
16 lines
364 B
Markdown
---
|
|
layout: post
|
|
title: Released Cyclone Scheme 0.3.2
|
|
excerpt: Cyclone Scheme 0.3.2 is now available.
|
|
---
|
|
|
|
Features:
|
|
|
|
- Recognize escaped vertical line and hex scalar value characters when reading a string.
|
|
- Added `current-thread` to SRFI 18.
|
|
- Added the `include` and `include-ci` macros.
|
|
|
|
Bug Fixes
|
|
|
|
- Fixed a crash when running `cyclone` on 32-bit platforms.
|
|
|