aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-01-23 07:05:01 +0100
committerdec05eba <dec05eba@protonmail.com>2020-01-23 07:05:01 +0100
commit43ff02231117bacb3cd60af0e654a0b3e8b5678b (patch)
tree0523676c9565c7536819f671304651d08c9302df /README.md
parentcc30a97ab90a8fa40707936d3d089d81c49559b6 (diff)
wip... there is a crash in get_or_create hash map
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index bbf1212..3077b8f 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
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.
+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.
# TODO
* Remove dependency on `gc`. Write our own gc instead.
* Implement big int, which numbers should automatically switch to when they are too large to fit into double.