mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Link to C API
This commit is contained in:
parent
e6f6f563d5
commit
1a86bdfef3
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
- [SRFI Libraries](#srfi-libraries)
|
||||
- [Cyclone Libraries](#cyclone-libraries)
|
||||
- [Cyclone Compiler API](#cyclone-compiler-api)
|
||||
- [C API](#c-api)
|
||||
- [Index](#index)
|
||||
|
||||
# Standard Libraries
|
||||
|
@ -71,6 +72,10 @@ These libraries are used by the Cyclone compiler. Some of these are stable and u
|
|||
- [`scheme cyclone transforms`](api/scheme/cyclone/transforms.md)
|
||||
- [`scheme cyclone util`](api/scheme/cyclone/util.md)
|
||||
|
||||
# C API
|
||||
|
||||
[This documentation](http://justinethier.github.io/cyclone/c-api/) covers the C API provided by Cyclone Scheme. It is intended both to help understand how the Cyclone runtime works as well as to provide a useful reference manual when working with the Cyclone FFI.
|
||||
|
||||
# Index
|
||||
|
||||
This section is an alphabetic listing of all the functions, objects, and macros provided by the previous libraries.
|
||||
|
|
Loading…
Add table
Reference in a new issue