diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |