aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2025-02-18 20:20:43 +0100
committerThomas Albers Raviola <thomas@thomaslabs.org>2025-02-18 20:20:43 +0100
commitc898fe2aa83d56750e6223a16a4945e843e18c45 (patch)
treec72c2ee2793b09edfc5ef5dd4215a7ad46ce7bfc /doc
parent13e6a0738c47608af15cfcbc88a7a451a1e53fd9 (diff)
Expand documentationHEADmaster
Diffstat (limited to 'doc')
-rw-r--r--doc/chains.org15
1 files changed, 15 insertions, 0 deletions
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