From f90d83b6a0bcf163a9d547c1774c49939962a001 Mon Sep 17 00:00:00 2001 From: Linus Date: Sun, 7 Mar 2021 22:26:15 +0100 Subject: [PATCH] Mention documentation in the readme The readme is awful, but now it at least points to the documentation. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 358e718..5309321 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ Accumulators can be in any of the loop's stages: ;; => (values 6 (1 2 2 3 3 4)) ``` +## Documentation + +Is only available in a weird markdown/xml chimaera or in HTML format. This will change. You can find it in documentation doc.xml (for the weird format) and documentation/doc.html for the slightly more accessible HTML format. It looks ugly though. + + ## Differences from foof-loop ### syntactical