From 326dc9688d6a3546043443a761d6b51200e1a266 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 13 Jan 2016 23:42:49 -0500 Subject: [PATCH] TODO's --- docs/API.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/API.md b/docs/API.md index b415bdd9..b100f3ef 100644 --- a/docs/API.md +++ b/docs/API.md @@ -1,7 +1,7 @@ # R7RS Libraries -TODO: list each supported library here, and link to a separate page with that library's API as implemented by Cyclone +TODO: - scheme base - scheme char @@ -17,7 +17,9 @@ TODO: list each supported library here, and link to a separate page with that li Cyclone supports the following [Scheme Requests for Implementation (SRFI)](http://srfi.schemers.org/) libraries: -TODO: [SRFI 18 - Multithreading support](http://srfi.schemers.org/srfi-18/srfi-18.html) +## [SRFI 18 - Multithreading support](http://srfi.schemers.org/srfi-18/srfi-18.html) + +TODO: # Cyclone-specific @@ -29,6 +31,5 @@ Cyclone also supports several non-standard features: ## Cyclone API -# FFI +TODO: -TODO