neolithos
neolithos
NeoLua Version: 1.3.12 Example to reproduce: ```Lua IPAddress = clr.System.Net.IPAddress; IPEndPoint = clr.System.Net.IPEndPoint; -- Fehler -- return IPEndPoint(IPAddress.Parse("192.168.1.1"), 8080); -- in Ordnung return IPEndPoint((IPAddress.Parse("192.168.1.1")), 8080); ```
```Lua local a = 2; ``` ```Lua local a = table | object; ``` `__close` map to `Dispose` *May be, the colon will be replaced with the attribute syntax.*
Hello, a really Q&D example for showing the issue. First the simple callsitebinder: ``` C# private class BinaryCallSiteBinder : BinaryOperationBinder { public BinaryCallSiteBinder() : base(ExpressionType.Add) { } public override DynamicMetaObject...
I got reported an issue: https://github.com/neolithos/neolua/issues/73 What is going wrong?