From 68ea92442abea0fd56421c103427d8bdcd9607b0 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Wed, 1 Feb 2017 10:22:59 +0100 Subject: Initial commit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..b5d84cd --- /dev/null +++ b/README.md @@ -0,0 +1,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) \ No newline at end of file -- cgit v1.2.3-54-g00ecf