diff options
author | Thomas Albers Raviola <thomas@thomaslabs.org> | 2025-01-04 23:28:34 +0100 |
---|---|---|
committer | Thomas Albers Raviola <thomas@thomaslabs.org> | 2025-01-05 17:11:20 +0100 |
commit | bc69faaa5bbd8a2d8afb9ab81882b1ba21c4bb8e (patch) | |
tree | 6ad76e58bb58f1ac00dcf4ec2dff8d4239f3592e /README.md | |
parent | 9412242d0aa9550860db364ddf715fd5c5855740 (diff) |
Reorganize and add documentation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ # About chains +Library for creating interpreted general programming languages focused on text +generation. + Chains is a Lisp inspired programming language designed to serve as a preprocessor replacement. Just as Lisp stands for List Processing, Chains is in a sense Tree Processing. It was originaly designed with the generation of HTML |