diff --git a/C-API.md b/C-API.md new file mode 100644 index 00000000..79f81fd2 --- /dev/null +++ b/C-API.md @@ -0,0 +1,6 @@ +C API Reference {#mainpage} +=============== + +This documentation 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. + +See the [modules page](@ref modules) for an overview of the major sections.