W TO EDIT THIS FILE: lua52: Lua 5.2.* (powerful,fast,light-weight,embeddable scripting language) lua52: lua52: Lua combines simple procedural syntax with powerful data description lua52: constructs based on associative arrays and extensible semantics. lua52: Lua is dynamically typed, runs by interpreting bytecode for a lua52: register-based virtual machine, and has automatic memory management lua52: with incremental garbage collection, making it ideal for lua52: configuration, scripting, and rapid prototyping. lua52: lua52: lua52: