An implementation of the Lua Programming Language for the Multiple project.
This project referenced Lua 5.2 and (currently) implemented a subset of it.
- Basic types, including nil, boolean, number, string, table, function;
- Expression and Operators;
- Multiple return value;
- Closure;
- Control structures including if..then..else, while, repeat, break and return;
- Library Facilities;
- Few libraries;
- Userdata;
- 'for' statement;
- Coroutine;
- Eval;
- rest parts didn't mentioned
The project is a free software and released under GNU Public License version 3.