https://github.com/fengari-lua/fengari-node-shim
Common lua libraries emulated using node.js builtins
https://github.com/fengari-lua/fengari-node-shim
fengari lfs lua lua-term luasystem
Last synced: 4 months ago
JSON representation
Common lua libraries emulated using node.js builtins
- Host: GitHub
- URL: https://github.com/fengari-lua/fengari-node-shim
- Owner: fengari-lua
- License: mit
- Created: 2017-05-18T05:02:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T05:28:45.000Z (over 8 years ago)
- Last Synced: 2025-08-18T07:27:44.007Z (6 months ago)
- Topics: fengari, lfs, lua, lua-term, luasystem
- Language: Lua
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Fengari Node Shim
This repository contains parts of some common lua libraries re-implemented using the node.js standard library.
It's intended to be used from [Fengari](http://fengari.io/) to run existing lua code.
## Modules
- `lfs` ([LuaFileSystem](https://keplerproject.github.io/luafilesystem))
- `system` ([luasystem](https://github.com/o-lim/luasystem))
- `term.core` (C part of [lua-term](https://github.com/hoelzro/lua-term))