From 32127f2851ad7a1bcc50af9bb91e83ae62d7e943 Mon Sep 17 00:00:00 2001 From: manistein <1518986465@qq.com> Date: Wed, 9 Dec 2020 17:22:51 +0800 Subject: [PATCH] update --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 505984b..ed3e0fc 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,17 @@ * Part3:[String设计与实现](https://manistein.github.io/blog/post/program/build-a-lua-interpreter/%E6%9E%84%E5%BB%BAlua%E8%A7%A3%E9%87%8A%E5%99%A8part3/) * Part4:[Table设计与实现](https://manistein.github.io/blog/post/program/build-a-lua-interpreter/%E6%9E%84%E5%BB%BAlua%E8%A7%A3%E9%87%8A%E5%99%A8part4/) * Part5:[脚本运行基础架构的设计与实现](https://manistein.github.io/blog/post/program/let-us-build-a-lua-interpreter/%E6%9E%84%E5%BB%BAlua%E8%A7%A3%E9%87%8A%E5%99%A8part5/) -* Part6:[构建Lua解释器Part6:词法分析器设计与实现](https://manistein.github.io/blog/post/program/let-us-build-a-lua-interpreter/%E6%9E%84%E5%BB%BAlua%E8%A7%A3%E9%87%8A%E5%99%A8part6/) +* Part6:[词法分析器设计与实现](https://manistein.github.io/blog/post/program/let-us-build-a-lua-interpreter/%E6%9E%84%E5%BB%BAlua%E8%A7%A3%E9%87%8A%E5%99%A8part6/) * Part7:[构建完整的语法分析器(上)](https://manistein.github.io/blog/post/program/let-us-build-a-lua-interpreter/%E6%9E%84%E5%BB%BAlua%E8%A7%A3%E9%87%8A%E5%99%A8part7/) * Part8:[构建完整的语法分析器(下)](https://manistein.github.io/blog/post/program/let-us-build-a-lua-interpreter/%E6%9E%84%E5%BB%BAlua%E8%A7%A3%E9%87%8A%E5%99%A8part8/) -* Part9:require不同的模块 -* Part10:元表 -* Part11:Userdata -* Part12:Upvalue探索 -* Part13:协程的设计与实现 +* Part9:[metatable](https://manistein.github.io/blog/post/program/let-us-build-a-lua-interpreter/%E6%9E%84%E5%BB%BAlua%E8%A7%A3%E9%87%8A%E5%99%A8part9/) +* Part10:userdata +* Part11:upvalue +* Part12:weektable +* Part13:require机制 * Part14:热更新原理 -* Part15:尾声 +* Part15:再谈GC +* Part16:尾声 ## 编译与运行