aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-01-18 08:35:24 +0100
committerdec05eba <dec05eba@protonmail.com>2020-01-18 08:35:24 +0100
commit1dbef1bfdefe8d7967a360f00d350db307d344e2 (patch)
tree3e7859156e1930488234fbb76c0120250218c5f3 /README.md
parent1d69979eef57e313ca35b3610cfedf84ca39ae63 (diff)
Add list, map and command parsing
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7710e4b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+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.