https://github.com/soniex2/asm.lua
A low-level, extraordinarily optimizable subset of Lua.
https://github.com/soniex2/asm.lua
Last synced: 5 months ago
JSON representation
A low-level, extraordinarily optimizable subset of Lua.
- Host: GitHub
- URL: https://github.com/soniex2/asm.lua
- Owner: SoniEx2
- Created: 2014-12-13T20:13:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-14T01:21:42.000Z (over 11 years ago)
- Last Synced: 2025-10-19T20:51:49.543Z (9 months ago)
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
asm.lua
=======
A low-level, extraordinarily optimizable subset of Lua.
Why asm.lua?
------------
Because I wanted [OpenComputers](https://github.com/MightyPirates/OpenComputers) to support LPeg.
What's in a name?
-----------------
asm.js ripoff.
What's the target version?
--------------------------
For now Lua 5.2, but once it's out, Lua 5.3, as it has 64-bit integers.
Why not target LuaJIT?
----------------------
I could, and it would definitely work, (LuaJIT is great at JITting) but I wanna target Lua 5.2+ and especially Lua 5.3. Hey, maybe we can even get LuaJIT to JIT 5.3 soon!