docs: update readme status

This commit is contained in:
Nathan Craddock 2023-02-22 20:29:37 -07:00
parent 29f730accf
commit 6c7a51dd24

View File

@ -35,10 +35,12 @@ The API and tests for all versions of Lua are complete. Documentation is work in
| | API | Tests | Docs | | | API | Tests | Docs |
| ------- | --- | ----- | ---- | | ------- | --- | ----- | ---- |
| Lua 5.1 | ✓ | ✓ | ✓ | | Lua 5.1 | ✓ | ✓ | ✓ |
| Lua 5.2 | ✓ | ✓ | | | Lua 5.2 | ✓ | ✓ | |
| Lua 5.3 | ✓ | ✓ | | | Lua 5.3 | ✓ | ✓ | |
| Lua 5.4 | ✓ | ✓ | | | Lua 5.4 | ✓ | ✓ | |
I first implemented the Lua 5.4 API, then copied the code and edited for the other Lua versions. I have done my best to ensure accuracy, but if you find any errors please submit an issue or a pull request!
## Getting Started ## Getting Started
Currently the Zig package manager is in flux and things may change a lot. This may not be the "best" way, but here's the current install instructions. Currently the Zig package manager is in flux and things may change a lot. This may not be the "best" way, but here's the current install instructions.