From 6c7a51dd24c098c210a91693e29d2815ad7b6520 Mon Sep 17 00:00:00 2001 From: Nathan Craddock Date: Wed, 22 Feb 2023 20:29:37 -0700 Subject: [PATCH] docs: update readme status --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c3d87bc..b976f27 100644 --- a/readme.md +++ b/readme.md @@ -35,10 +35,12 @@ The API and tests for all versions of Lua are complete. Documentation is work in | | API | Tests | Docs | | ------- | --- | ----- | ---- | | Lua 5.1 | ✓ | ✓ | ✓ | -| Lua 5.2 | ✓ | ✓ | | +| Lua 5.2 | ✓ | ✓ | ✓ | | Lua 5.3 | ✓ | ✓ | | | 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 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.