From 0f9cb6a694c0e8ef01e84adae5f5d453f01a96b3 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 13 Jan 2016 23:38:18 -0500 Subject: [PATCH] WIP --- docs/User-Manual.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/User-Manual.md b/docs/User-Manual.md index 3bd03caf..ab2b1246 100644 --- a/docs/User-Manual.md +++ b/docs/User-Manual.md @@ -13,9 +13,6 @@ - [Interpreter](#interpreter) - [Language Details](#language-details) - [Foreign Function Interface](#foreign-function-interface) -- Debugging - include profiling instructions? -- Limitations??? - [Licensing](#licensing) - [References and Further Reading](#references-and-further-reading) @@ -122,7 +119,7 @@ Scheme code can be evaluated interactively using the `icyc` command: Cyclone implements the Scheme language as documented by the [R7RS Scheme Specification](r7rs.pdf). -In addition there is a [R7RS Compliance Chart](Scheme-Language-Compliance.md) that lists differences between the specification and Cyclone's implementation. +A [R7RS Compliance Chart](Scheme-Language-Compliance.md) lists differences between the specification and Cyclone's implementation. [API Documentation](API.md) is available for the libraries provide by Cyclone.