diff --git a/docs/API.md b/docs/API.md index 24c67955..d80ae938 100644 --- a/docs/API.md +++ b/docs/API.md @@ -4,6 +4,7 @@ - [Standard Libraries](#standard-libraries) - [SRFI Libraries](#srfi-libraries) +- [Cyclone Libraries](#cyclone-libraries) - [Cyclone Compiler API](#cyclone-compiler-api) - [Index](#index) @@ -43,9 +44,16 @@ Cyclone supports the following [Scheme Requests for Implementation (SRFI)](http: - [`srfi 132`](api/srfi/132.md) - [Sort Libraries](http://srfi.schemers.org/srfi-132/srfi-132.html) - [`srfi 133`](api/srfi/133.md) - [Vector Library (R7RS-compatible)](http://srfi.schemers.org/srfi-133/srfi-133.html) +# Cyclone Libraries + +These libraries are provided by Cyclone with a stable API that is unlikely to change. + +- [`scheme cyclone pretty-print`](api/scheme/cyclone/pretty-print.md) +- [`scheme cyclone test`](api/scheme/cyclone/test.md) + # Cyclone Compiler API -These libraries are used by the Cyclone compiler. Some of these, such as `pretty-print` are stable and unlikely to change, whereas others could change as the compiler evolves. +These libraries are used by the Cyclone compiler. Some of these are stable and unlikely to change, whereas others could change as the compiler evolves. - [`scheme cyclone ast`](api/scheme/cyclone/ast.md) - [`scheme cyclone cgen`](api/scheme/cyclone/cgen.md) @@ -53,9 +61,7 @@ These libraries are used by the Cyclone compiler. Some of these, such as `pretty - [`scheme cyclone cps-optimizations`](api/scheme/cyclone/cps-optimizations.md) - [`scheme cyclone libraries`](api/scheme/cyclone/libraries.md) - [`scheme cyclone macros`](api/scheme/cyclone/macros.md) -- [`scheme cyclone pretty-print`](api/scheme/cyclone/pretty-print.md) - [`scheme cyclone primitives`](api/scheme/cyclone/primitives.md) -- [`scheme cyclone test`](api/scheme/cyclone/test.md) - [`scheme cyclone transforms`](api/scheme/cyclone/transforms.md) - [`scheme cyclone util`](api/scheme/cyclone/util.md)