diff options
Diffstat (limited to 'doc/chains.org')
| -rw-r--r-- | doc/chains.org | 15 | 
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  | 
