-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Compile" a .NET EXE or DLL to Lua #424
Comments
In my fork I added the option to give a .csproj file as input, then its package references will be automatically decompiled. |
What if I don't have any .csproj and simply want to use a .NET DLL? |
Then you'll have to decompile it yourself. I implemented the decompiler at the following location: https://github.com/Drake53/CSharp.lua/blob/master/CSharp.lua/LuaSyntaxGeneratorFactory.cs#L132 |
Like I suggested on #422, automatically run the decompiler to decompile to C# then translate to Lua.
The text was updated successfully, but these errors were encountered: