{"id":40739593,"url":"https://github.com/luki446/luir","last_synced_at":"2026-01-21T15:04:23.928Z","repository":{"id":166163550,"uuid":"603243316","full_name":"luki446/luir","owner":"luki446","description":"Lua programming language interpreter written in Rust","archived":false,"fork":false,"pushed_at":"2025-04-03T19:39:32.000Z","size":62,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T20:32:27.728Z","etag":null,"topics":["compiler","interpreter","lua","parser","rust","vm"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luki446.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-02-17T23:28:08.000Z","updated_at":"2025-04-03T19:39:36.000Z","dependencies_parsed_at":"2024-01-28T04:29:59.256Z","dependency_job_id":"6e44569b-f623-4072-b2ce-e430fb8c66d2","html_url":"https://github.com/luki446/luir","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/luki446/luir","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luki446%2Fluir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luki446%2Fluir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luki446%2Fluir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luki446%2Fluir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luki446","download_url":"https://codeload.github.com/luki446/luir/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luki446%2Fluir/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28635123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T14:50:40.221Z","status":"ssl_error","status_checked_at":"2026-01-21T14:48:59.225Z","response_time":86,"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":["compiler","interpreter","lua","parser","rust","vm"],"created_at":"2026-01-21T15:04:23.278Z","updated_at":"2026-01-21T15:04:23.923Z","avatar_url":"https://github.com/luki446.png","language":"Rust","readme":"# 🌙 Luir\n\n## 📚 About\n\nLuir is a Lua programming language interpreter written in Rust. It leverages Rust's performance and safety features to provide a robust and efficient interpreter for Lua scripts.\n\n## ✨ Features\n\n- 🦀 **Rust-Powered:** Utilizes Rust for high performance and safety.\n- 📜 **Lua Compatibility:** Fully compatible with Lua syntax and semantics.\n- 🔗 **Simple Integration:** Easy to integrate into existing Rust/C projects.\n\n## 🛠️ Getting Started\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/luki446/luir\n```\n\n2. Build the project:\n```bash\ncargo build --release\n```\n\n3. Run the interpreter on example Lua scripts:\n```bash\ncargo run --release -- ./examples/fib.lua\n```\n\n4. Install the interpreter locally as drop-in replacement for `lua`:\n```bash\ncargo install --path .\n```\n\n## 📅 Roadmap to v1.0.0\n\nRelease v1.0.0 will mark the first stable complete-ish release of Luir. The following features are planned to be implemented before the release:\n\n- [x] Basic Lua expression parsing and lexing.\n- [x] Basic Lua statement parsing and lexing.\n- [x] Calling native (Rust implemented) functions from Lua.\n- [x] If statement.\n- [x] Local variable scoping.\n- [x] While loop\n- [x] For loop.\n- [x] Function definitions.\n- [x] Comments.\n- [x] Repeat-until loop.\n- [ ] Tables and pseudo-OOP.\n- [ ] Closures support.\n- [ ] More standard Lua library functions.\n- [ ] REPL mode.\n- [ ] Error handling and reporting. \n\n## 📝 License\n\nThis project is licensed under the BSD 3-Clause License\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluki446%2Fluir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluki446%2Fluir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluki446%2Fluir/lists"}