Do-it-yourself implementation of Lua: virtual machines, compilers, and standard libraries PDF A self-made guide and practical guide for Lua programmers and scripting language enthusiasts. The author combines his rich engineering experience to elaborate on the core syntax and implementation principles of Lua language, delve into the Lua virtual machine, compiler and standard library, and give the code that can actually be compiled and executed. It helps you program and implement Lua language from scratch and thoroughly understand the working principles of scripting languages. The book is divided into 3 parts with a total of 21 chapters. *The section mainly discusses LuaAPI and virtual machine implementation, including binary chunk format, Lua virtual machine instruction set, metaprogramming, error handling, etc. The second part mainly discusses Lua syntax and compiler implementation, including lexical analysis, syntax analysis, code optimization, code generation, etc. The third part mainly discusses Lua auxiliary APIs and standard library implementations, including basic libraries, utility libraries, packages and modules, coroutines, etc.
https://pan.baidu.com/s/1eJGFHyaXFd6OChx4kJspbg
Tourists, if you want to see the hidden content of this post, please Reply
|