From 6c6bbb35964c43a081912524b8939e8211e40a5b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 24 May 2017 13:15:11 +0000 Subject: [PATCH] Windows and Mac install instructions --- CHANGELOG.md | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ca77b9..ce6e5110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ ## 0.5.1 - TBD -The main focus of this release is performance. Cyclone is now able to run the benchmarks in [ecraven's R7RS suite](http://ecraven.github.io/r7rs-benchmarks/benchmark.html) over 12% faster than in the previous release. +The main focus of this release is performance but this is also the first release to provide installation instructions for both Windows and Mac. Features +- Added build instructions for Windows (MSYS) and Mac - Thanks @ckkashyap!! + - Allow `define-c` function definitions to optionally provide an additional non-CPS form of the function. This form is more efficient and will be used by compiled code whenever possible. - Improved the compiler's CPS optimization phase to eliminate more unnecessary function calls. diff --git a/README.md b/README.md index 5206932f..0db2c546 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Cyclone is the first compiler written entirely in the latest R7RS Sch Getting Started --------------- -1. To install Cyclone on your machine for the first time use [**cyclone-bootstrap**](https://github.com/justinethier/cyclone-bootstrap) to build a set of binaries. +1. To install Cyclone on your machine for the first time use [**cyclone-bootstrap**](https://github.com/justinethier/cyclone-bootstrap) to build a set of binaries. Instructions are provided for Linux, Mac, and Windows (via MSYS). 2. After installing you can run the `cyclone` command to compile a single Scheme file: