KeraLua icon indicating copy to clipboard operation
KeraLua copied to clipboard

C# Native bindings of Lua 5.4 (compatible with .NET/iOS/Mac/Android/UWP)

Results 7 KeraLua issues
Sort by recently updated
recently updated
newest added

Why, the Repo has an Wiki when its empty? Where i can find docs to use these over .NET & NuGet?

Hello, It seems that the current NuGet package does not work with the official .NET images (i.e. `mcr.microsoft.com/dotnet/runtime:5.0`) as `liblua54.so` is compiled against a specific version of `glibc`, which is...

I have the mono build stuff installed per https://www.mono-project.com/download/stable/#download-lin-ubuntu, so NUnit should be available. However, when I run the build I get the following errors. What am I doing wrong?...

Is there any support planned so you can debug scripts for example in ZeroBraneStudio out of the box?

This PR adds all individual methods to open the standard libraries: - `OpenBase` (_G) - `OpenPackage` - `OpenCoroutine` - `OpenTable` - `OpenIO` - `OpenOS` - `OpenString` - `OpenMath` - `OpenUTF8`...