From 108018e3e7326dabbbef568ab08bc5cebf5d427b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 20 Jan 2020 23:00:39 +0100 Subject: Add arithmetic, implement hash map --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7710e4b..c9c3a82 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,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. \ No newline at end of file -- cgit v1.2.3