{"id":17093006,"url":"https://github.com/losfair/luax","last_synced_at":"2026-02-04T06:39:53.819Z","repository":{"id":76045754,"uuid":"120935778","full_name":"losfair/luax","owner":"losfair","description":"A Lua 5.3 implementation in Rust (work in progress)","archived":false,"fork":false,"pushed_at":"2022-08-23T17:52:01.000Z","size":30,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T05:35:11.665Z","etag":null,"topics":["interpreter","lua","programming-language","rust","vm"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/losfair.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-09T17:34:19.000Z","updated_at":"2021-08-25T09:27:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"3641c6b3-0fbe-49fc-a609-8c44ec2f22e7","html_url":"https://github.com/losfair/luax","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/losfair/luax","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/losfair%2Fluax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/losfair%2Fluax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/losfair%2Fluax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/losfair%2Fluax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/losfair","download_url":"https://codeload.github.com/losfair/luax/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/losfair%2Fluax/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29073934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["interpreter","lua","programming-language","rust","vm"],"created_at":"2024-10-14T14:04:09.780Z","updated_at":"2026-02-04T06:39:53.802Z","avatar_url":"https://github.com/losfair.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# luax\n\nA pure-Rust implementation of Lua. (work in progress)\n\nBuilt on top of [Hexagon VM](https://github.com/losfair/hexagon).\n\n### Build \u0026 Run\n\nLatest nightly version of Rust is needed.\n\n`git clone` both this repository and [luax-bin](https://github.com/losfair/luax-bin) into **the same directory** e.g. `some_directory/luax` and `some_directory/luax-bin`.\n\nRun `cargo build --release` in `luax-bin`. The binary will be at `luax-bin/target/release/luax-bin`.\n\nCurrently, luax doesn't include a built-in Lua parser. Instead, it takes an AST file generated by `parser/parse.lua` and `parser/transform.py`, which depend on Python 3, official Lua 5.1, `lua-parser` and `lua-cjson`. See `parser/generate.sh` as an example of how to generate the AST file.\n\nWhile this project's goal is to support the full Lua language, only basic features are supported at the moment. See `tests/` for things that work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flosfair%2Fluax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flosfair%2Fluax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flosfair%2Fluax/lists"}