From 48fafa6198e4c799b3127dbf340cacaedb9adb52 Mon Sep 17 00:00:00 2001 From: nexcvon Date: Fri, 16 Jan 2015 13:54:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20"Lua=205.1=20=E5=8F=82?= =?UTF-8?q?=E8=80=83=E6=89=8B=E5=86=8C=20=E4=B8=AD=E6=96=87=E7=BF=BB?= =?UTF-8?q?=E8=AF=91"=20=E5=92=8C=20"Lua=205.3=20=E5=8F=82=E8=80=83?= =?UTF-8?q?=E6=89=8B=E5=86=8C=20=E4=B8=AD=E6=96=87=E7=BF=BB=E8=AF=91"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f461d7b..df495f6 100644 --- a/README.md +++ b/README.md @@ -404,6 +404,8 @@ ### Lua * [Lua编程入门](https://github.com/andycai/luaprimer) +* [Lua 5.1 参考手册 中文翻译](http://www.codingnow.com/2000/download/lua_manual.html) +* [Lua 5.3 参考手册 中文翻译](http://cloudwu.github.io/lua53doc/) ### Haskell