mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Label API's that may not be stable
This commit is contained in:
parent
fa961e1088
commit
c5a802b51e
5 changed files with 10 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue