https://github.com/laserattack/lua-extended-interpreter
A Lua interpreter based on LuaJIT
https://github.com/laserattack/lua-extended-interpreter
lua luajit
Last synced: 9 months ago
JSON representation
A Lua interpreter based on LuaJIT
- Host: GitHub
- URL: https://github.com/laserattack/lua-extended-interpreter
- Owner: laserattack
- License: mit
- Created: 2025-08-23T17:41:23.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-24T19:37:06.000Z (10 months ago)
- Last Synced: 2025-08-24T23:26:39.069Z (10 months ago)
- Topics: lua, luajit
- Language: Lua
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A small example of how you can extend the functionality of the Lua interpreter
Then I added the LuaFileSystem library to it