Download ModMaker.Lua
Description
ModMaker.Lua is an open source .NET library that parses and executes Lua code.
Source Files
The download file modmakerlua.zip has the following entries.
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
ModMaker.Lua/Changes.txt// ww w .j av a 2 s . c o m
ModMaker.Lua/Documentation.html
ModMaker.Lua/License.txt
ModMaker.Lua/ModMaker.Lua.sln
ModMaker.Lua/ModMaker.Lua.vssscc
ModMaker.Lua/ModMaker.Lua/AssertException.cs
ModMaker.Lua/ModMaker.Lua/Compiler/ChunkBuilder.cs
ModMaker.Lua/ModMaker.Lua/Compiler/CodeCompiler.cs
ModMaker.Lua/ModMaker.Lua/Compiler/CompilerVisitor.cs
ModMaker.Lua/ModMaker.Lua/Compiler/GetInfoTree.cs
ModMaker.Lua/ModMaker.Lua/Compiler/GetInfoVisitor.cs
ModMaker.Lua/ModMaker.Lua/Compiler/ICodeCompiler.cs
ModMaker.Lua/ModMaker.Lua/Extensions/Lua.cs
ModMaker.Lua/ModMaker.Lua/Helper.cs
ModMaker.Lua/ModMaker.Lua/Lua.cs
ModMaker.Lua/ModMaker.Lua/LuaIgnoreAttribute.cs
ModMaker.Lua/ModMaker.Lua/LuaSettings.cs
ModMaker.Lua/ModMaker.Lua/LuaUserData.cs
ModMaker.Lua/ModMaker.Lua/ModMaker.Lua.csproj
ModMaker.Lua/ModMaker.Lua/ModMaker.Lua.csproj.vspscc
ModMaker.Lua/ModMaker.Lua/MultipleReturnAttribute.cs
ModMaker.Lua/ModMaker.Lua/Parser/IParseItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/IParseItemVisitor.cs
ModMaker.Lua/ModMaker.Lua/Parser/IParser.cs
ModMaker.Lua/ModMaker.Lua/Parser/ITokenizer.cs
ModMaker.Lua/ModMaker.Lua/Parser/Items/BinOpItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/Items/BlockItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/Items/ClassDefItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/Items/ForGenItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/Items/ForNumItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/Items/FuncCallItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/Items/FuncDefItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/Items/GotoItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/Items/IfItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/Items/IndexerItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/Items/LabelItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/Items/LiteralItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/Items/NameItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/Items/RepeatItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/Items/ReturnItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/Items/TableItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/Items/UnOpItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/Items/VarInitItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/Items/WhileItem.cs
ModMaker.Lua/ModMaker.Lua/Parser/PlainParser.cs
ModMaker.Lua/ModMaker.Lua/Parser/SyntaxException.cs
ModMaker.Lua/ModMaker.Lua/Parser/Tokenizer.cs
ModMaker.Lua/ModMaker.Lua/Properties/AssemblyInfo.cs
ModMaker.Lua/ModMaker.Lua/Resources.Designer.cs
ModMaker.Lua/ModMaker.Lua/Resources.resx
ModMaker.Lua/ModMaker.Lua/Resources/Whitelist.txt
ModMaker.Lua/ModMaker.Lua/Runtime/BaseAccessor.cs
ModMaker.Lua/ModMaker.Lua/Runtime/IIndexable.cs
ModMaker.Lua/ModMaker.Lua/Runtime/ILuaEnvironment.cs
ModMaker.Lua/ModMaker.Lua/Runtime/ILuaRuntime.cs
ModMaker.Lua/ModMaker.Lua/Runtime/IMethod.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaClass.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaDefinedMethod.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaEnvironment.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaFrameworkMethod.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaGlobalMethod.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaLibraries/LuaLibraries.Bit32.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaLibraries/LuaLibraries.Coroutines.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaLibraries/LuaLibraries.IO.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaLibraries/LuaLibraries.Math.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaLibraries/LuaLibraries.Module.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaLibraries/LuaLibraries.OS.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaLibraries/LuaLibraries.Standard.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaLibraries/LuaLibraries.String.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaLibraries/LuaLibraries.Table.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaLibraries/LuaLibraries.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaMethod.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaOverloadMethod.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaRuntime.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaTable.cs
ModMaker.Lua/ModMaker.Lua/Runtime/LuaThread.cs
ModMaker.Lua/ModMaker.Lua/Runtime/ModuleBinder.cs
ModMaker.Lua/ModMaker.Lua/Runtime/MultipleReturn.cs
ModMaker.Lua/ModMaker.Lua/Runtime/OverloadAttribute.cs
ModMaker.Lua/ModMaker.Lua/Runtime/ThreadFactory.cs
ModMaker.Lua/ModMaker.Lua/Runtime/WorkerThread.cs
ModMaker.Lua/TestApplication/Program.cs
ModMaker.Lua/TestApplication/Properties/AssemblyInfo.cs
ModMaker.Lua/TestApplication/TestApplication.csproj
ModMaker.Lua/TestApplication/TestApplication.csproj.vspscc
ModMaker.Lua/TestApplication/Tests.lua
ModMaker.Lua/TestProject/LuaRuntimeTest.cs
ModMaker.Lua/TestProject/PlainParserTest.cs
ModMaker.Lua/TestProject/Properties/AssemblyInfo.cs
ModMaker.Lua/TestProject/TestProject.csproj
ModMaker.Lua/TestProject/TestProject.csproj.vspscc
ModMaker.Lua/TestProject/TokenizerTest.cs
Download
Click the following link to download modmakerlua.zip.
modmakerlua.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »