aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-22 23:49:52 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-22 23:49:52 +0200
commite7c8a04078261b331b00490ffbffd9ff05d1e0d0 (patch)
tree4df3cb197f6b3baab3bb0272acbf1e38d27eb68b /README.md
parente9e41c02d4309cd50b5584a8dfc0d7e01cb27e10 (diff)
Add variable to list value and map key
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1426b2e..df43dc2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
+# tsl
A tiny scripting language that is designed to be a replacement for small shell/python scripts.\
Written in ANSI C to allow embedding everywhere and a WTFPL license that allows it to be used anywhere without any restrictions.\
-See example.tsl for an example of what tsl looks like.
+See example.tsl for an example of what tsl looks like.\
+The language and implementation is designed to be very simple.
+
+** Note: tsl is not usable yet **
# Installation
Run: `sudo make install`. The tsl binary will be installed in /usr/bin/local.
# TODO