The Lua VM written in JS ES6 for Node and the browser. This repository contains the core Fengari code (which is a port of the Lua C library) which includes parser, virtual machine, and base libraries. However, it is rare to use this repository directly.
Features
- To use fengari in a web browser as easily as you might use JavaScript, see fengari-web
- fengari-interop is a lua library that makes interoperating with JavaScript objects simple, it is already included in fengari-web
- Documentation available
- For a clone of the lua command line tool, but running under node.js, see fengari-node-cli
- JS API
- Fengari implements Lua 5.3 semantics
- Lua strings are 8-bits clean and can embed \0
