aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 9f9d49f..bbf1212 100644
--- a/README.md
+++ b/README.md
@@ -3,4 +3,5 @@ Written in ANSI C to allow embedding everywhere and a WTFPL license that allows
# 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.
-* Use a list instead of a hash map for variable lookup, since the list will be small most of the time. \ No newline at end of file
+* Use a list instead of a hash map for variable lookup, since the list will be small most of the time.
+* Implement sandboxes similar to lua, by disabling use of import, file io and other functions. \ No newline at end of file