diff options
author | Benoit Giannangeli <giann@users.noreply.github.com> | 2017-02-01 10:22:59 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-01 12:07:49 +0100 |
commit | 68ea92442abea0fd56421c103427d8bdcd9607b0 (patch) | |
tree | 85c9816f73e3400520946d76290aaf6c9fc3705b /README.md | |
download | fengari-68ea92442abea0fd56421c103427d8bdcd9607b0.tar.gz fengari-68ea92442abea0fd56421c103427d8bdcd9607b0.tar.bz2 fengari-68ea92442abea0fd56421c103427d8bdcd9607b0.zip |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
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 |