From c898fe2aa83d56750e6223a16a4945e843e18c45 Mon Sep 17 00:00:00 2001 From: Thomas Albers Raviola Date: Tue, 18 Feb 2025 20:20:43 +0100 Subject: Expand documentation --- doc/chains.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/chains.org b/doc/chains.org index 0d20af5..b45d540 100644 --- a/doc/chains.org +++ b/doc/chains.org @@ -1,7 +1,22 @@ #+title: Chains #+author: Thomas Albers Raviola +* About +Library for creating interpreted general programming languages focused on text +generation. + * Syntax + +| Character | Description | +|-----------+-------------------------------------------------------------------------| +| % | | +| \\ | | +| { } | | +| \[ \] | | +| \setminus# | Raw function. All special characters in the arguments are taken literal | +| @ | | +| \$ | | + ** Comments Inline comments start with a % sign and go up to and /including/ the newline character. Unwanted newline characters may thus be skipped by clever use of -- cgit v1.2.3