aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: c9c3a820f7812c38a1455c0f01563631b75716cc (plain)
1
2
3
4
5
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.
# 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.