Skip to content

Commit

Permalink
TODO updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
ranciere authored Jan 13, 2022
1 parent a33314a commit 15b56aa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 15b56aa

Please sign in to comment.