diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,9 +4,12 @@ <img src="https://github.com/fengari-lua/fengari/raw/master/logo.png" alt="Fengari" width="304" height="304"> </p> + # fengari + 🐺 φεγγάρι - The Lua VM written in JS ES6 for Node and the browser + ## So far - [x] Lexing/Parsing @@ -75,6 +78,7 @@ - [ ] `verybig.lua` - [ ] DOM API binding: [https://github.com/fengari-lua/fengari-interop](https://github.com/fengari-lua/fengari-interop) + ## References - [Source code for Lua 5.3](lua.org/source/5.3/) |