Skip to content

Releases: TheModMaker/ModMaker.Lua

v0.9.2

22 Mar 03:29
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release
Release 0.9.2.

v0.9: Release 0.9 Alpha

22 Mar 03:30
Compare
Choose a tag to compare
Pre-release
Changed the parser to use a TextElementEnumerator and a Tokenizer to
read the file. More support for Globalization (supports full Unicode
chars in names and culture-specific numbers). Changed LuaTable length to
get the highest number. Fixed inline comments. Moved the Parser.Items
namespace to the Parser namespace to remove the empty namespace for the
developer.

Added support for base type access in derived types, for params arrays
and optional arguments for C# functions, for converting a LuaTable to an
array in method arguments. Added a changes and license file.