From cc30a97ab90a8fa40707936d3d089d81c49559b6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 23 Jan 2020 03:09:54 +0100 Subject: Add bytecode decoding.. starting on program execution now --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3