..
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-06-09 11:17:15 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-07-23 12:14:33 +02:00
2011-07-23 12:14:33 +02:00
2011-07-20 22:50:54 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2009-05-26 09:39:42 +00:00
2011-05-18 23:33:39 +02:00
2011-07-20 22:27:41 +02:00
2011-06-09 11:17:15 +02:00
2011-05-18 23:33:39 +02:00
2011-05-28 14:46:36 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-07-21 11:18:31 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00
2011-05-18 23:33:39 +02:00

This is a modified version of Lua 3.1 intended for use with Residual.
The major changes made from the original version of Lua 3.1 are:

* Applied differences from RCS labeled 3.1-alpha from lua.org.
* Changed the binary file loader to allow read GrimE lua files.
* Revamped the way function calls and returns are handled in order to
  facilitate implementing GrimE's cooperative multithreading model.
* Added several internal functions which implement this multithreading.
* Added save/restore Lua state.
* Unified types like int -> int32 and similiars.
* Removed few unused library functions by games.
* Formatting code.
* Replace FILE usage code with File class code.
* Remove union from TaggedString, that simplify things.