diff --git a/README.md b/README.md index 13f7986..b8f3d69 100644 --- a/README.md +++ b/README.md @@ -412,7 +412,7 @@ _This section aims at listing code projects of Compilers, Interpreters, Translat * [Gluon's Compiler](https://github.com/gluon-lang/gluon) - Embedded Language Compiler written in Rust. * [HHVM](https://github.com/facebook/hhvm) - Virtual Machine for running programs written in Hack and PHP. * [Lily's Interpreter](https://github.com/FascinatedBox/lily). - * [Lua's Interpreter](https://github.com/LuaDist/lua) - Official Lua Language Interperter. + * [Lua's Interpreter](https://github.com/LuaDist/lua) - Official Lua Language Interpreter. + [Lua's Annotated Source Code](http://stevedonovan.github.io/lua-5.1.4/) - Annotated source code of the Lua Programming Language Interpreter v5.1.4. * [Mirah's Compiler](https://github.com/mirah/mirah) - JVM-based Compiler for the Mirah Programming Language. * [Nim's Compiler](https://github.com/nim-lang/Nim).