Label API's that may not be stable

This commit is contained in:
Justin Ethier 2021-03-31 17:22:17 -04:00
parent fa961e1088
commit c5a802b51e
5 changed files with 10 additions and 0 deletions

View file

@ -2,6 +2,8 @@
The `(scheme cyclone optimizations)` library performs CPS analysis and optimizations.
*This library is used internally by the compiler and its API may change at any time.*
- [`optimize-cps`](#optimize-cps)
- [`analyze-cps`](#analyze-cps)
- [`opt:contract`](#optcontract)

View file

@ -2,6 +2,8 @@
The `(scheme cyclone libraries)` library implements r7rs libraries.
*This library is used internally by the compiler and its API may change at any time.*
- [`library?`](#library)
- [`lib:list->import-set`](#liblist-import-set)
- [`lib:name`](#libname)

View file

@ -2,6 +2,8 @@
The `(scheme cyclone primitives)` library contains information about Cyclone's scheme primitives.
*This library is used internally by the compiler and its API may change at any time.*
- [`prim?`](#prim)
- [`*primitives*`](#primitives)
- [`*primitives-num-args*`](#primitives-num-args)

View file

@ -2,6 +2,8 @@
The `(scheme cyclone transforms)` library performs Scheme-to-Scheme transformations, and also contains various utility functions used by the compiler.
*This library is used internally by the compiler and its API may change at any time.*
- [`*defined-macros* `](#*defined-macros)
- [`*do-code-gen* `](#*do-code-gen)
- [`*primitives* `](#*primitives)

View file

@ -2,6 +2,8 @@
The `(scheme cyclone util`) library contains various utility functions used internally the compiler.
*This library is used internally by the compiler and its API may change at any time.*
- [`Cyc-er-compare? `](#cyc-er-compare)
- [`Cyc-er-rename `](#cyc-er-rename)
- [`app? `](#app)