14 lines
541 B
Plaintext
14 lines
541 B
Plaintext
/*
|
|
Lua Interpreter
|
|
Author: Liu Junfeng
|
|
URL: http://www.codeproject.com/Articles/228212/Lua-Interpreter
|
|
License: MIT (http://opensource.org/licenses/mit-license.php)
|
|
|
|
This folder contains a modified version of Liu Junfeng's Lua Interpreter
|
|
that is compatible with Universal Windows Platform and Windows Phone
|
|
as well as Windows 7/8/10, MacOS, Linux, Android, and iOS.
|
|
|
|
The folder Lua Interpreter Extra contains implementations of some
|
|
required .NET classes and methods that are not available in Monodevelop's
|
|
current .NET implementations.
|
|
*/ |