From 15b56aa86ed73718d967c6d9b4b91382c33192ba Mon Sep 17 00:00:00 2001 From: ranciere <39014565+ranciere@users.noreply.github.com> Date: Thu, 13 Jan 2022 09:21:02 +0100 Subject: [PATCH] TODO updated. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0ba472e..bea5a97 100644 --- a/README.md +++ b/README.md @@ -268,11 +268,13 @@ std.testing.expect(ptr.getA() == 42); ``` ## TODO - -- Option for building without libc (if possible) +In order of importance: +- The current error handling is a little bit rustic, sometimes rough :) A proper error handling strategy would be better. - Run Lua code from file - zigmod support -- The current error handling is a little bit rustic, sometimes rough :) A proper error handling strategy would be better. -- The `Lua.Table` should support JSON and deep-copy between Lua table and user structs. +- LuaJIT support +- `Lua.Table` should deep-copy between table and user structs - Lua Coroutine support +- `Lua.Table` should support JSON +- Option for building without libc (if possible) - Performance benchmarks