kopilua icon indicating copy to clipboard operation
kopilua copied to clipboard

C# port of Lua 5.1.4

Results 13 kopilua issues
Sort by recently updated
recently updated
newest added

Memory allocation and tracking has not been properly implemented with user data objects so the behaviour of the garbage collector won't be 100% identical to the C version when user...

The handling of lua_str2number() errors is a bit of a hack job at the moment. If the number being converted is outside the allowable range then the function is supposed...

The strftime() function has not yet been ported, so os_date() currently has an incomplete implementation.