# README

### LuaInterpreter  
+ Source code directory for the third-party library Lua Interpreter.  
+ Removed code logic related to WinForm  
+ Lua Interpreter is a Lua interpreter open source library that is compatible with Windows, Windows Phone, MacOS, Linux, Android and iOS operating system platforms.  

Name: **Lua Interpreter**  
Author: **Liu Junfeng**  
URL: http://www.codeproject.com/Articles/228212/Lua-Interpreter  
License: **MIT** (http://opensource.org/licenses/mit-license.php)  

### LuaInterpreterExtra
Partial feature extension for Lua Interpreter.  
Net classes and function implementations are included.  

---

# 提示

### LuaInterpreter  
+ 第三方库 Lua Interpreter的源代码目录。  
+ 删除了与WinForm相关的代码逻辑
+ Lua Interpreter 是一个Lua 解释器开源库，兼容Windows、Windows Phone、MacOS、Linux、Android和iOS等操作系统平台。

库名称: **Lua Interpreter**  
作者: **Liu Junfeng**  
URL: http://www.codeproject.com/Articles/228212/Lua-Interpreter  
License: **MIT** (http://opensource.org/licenses/mit-license.php)   

### LuaInterpreterExtra
针对 Lua Interpreter 进行的部分功能扩展。
包含一些必要的.Net类和函数实现。