https://github.com/risc-os-community/risclua
This is a source repository for Lua for RISC OS (RiscLua), the original port from Gavin Wraith
https://github.com/risc-os-community/risclua
arm compiler interpreter lua luajit risc-os riscos
Last synced: 2 months ago
JSON representation
This is a source repository for Lua for RISC OS (RiscLua), the original port from Gavin Wraith
- Host: GitHub
- URL: https://github.com/risc-os-community/risclua
- Owner: RISC-OS-Community
- License: mit
- Created: 2021-10-31T22:47:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T19:50:22.000Z (almost 3 years ago)
- Last Synced: 2025-06-17T19:50:44.059Z (about 1 year ago)
- Topics: arm, compiler, interpreter, lua, luajit, risc-os, riscos
- Language: C
- Size: 603 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# RiscLua
RiscLua is a port to RISC OS of the Lua programming language. It differs from standard Lua in a few small details to be more conformant to RISC OS. The packaging of RiscLua has also varied. At one point it was a relocatable module, but it was found that error-handling was easier when packaged as an application.
Lua license is included [here](LICENSE)
Changes to Lua port for RISC OS are copyright Gavin Wraith and distributed under the same license as Lua original code (MIT license)
## Status:
```
RiscLua 86 (VFP)
Based on Lua 5.4.3
Compiler: GCC 4.7.4
Libraries: riscos, lpeg
Numbers: 64bit integers, 64bit vfp
package.path: rlua86:lib.?,?
package.cpath: rlua86:solib.?/so,?/so
date: 2021/09/18
```
For more info please click [here](http://www.wra1th.plus.com/lua/risclua.html)