aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b5d84cdaa225912aee6e427945aebbeb19525371 (plain)
1
2
3
4
5
6
7
8
# fengari
🐺 φεγγάρι - A Lua VM written in JS ES6 targeting the browser

## References

- [Lua 5.2 Bytecode and Virtual Machine](http://files.catwell.info/misc/mirror/lua-5.2-bytecode-vm-dirk-laurie/lua52vm.html)
- [Lua 5.3 Bytecode Reference](http://the-ravi-programming-language.readthedocs.io/en/latest/lua_bytecode_reference.html)
- [A No-Frills Introduction to Lua 5.1 VM Instructions](http://luaforge.net/docman/83/98/ANoFrillsIntroToLua51VMInstructions.pdf)