Upsilon/UpsilonTests
Deukhoofd 1e9b0e0166
Some initial work on standard libraries
2018-11-21 20:59:27 +01:00
..
StandardLibraryTests Some initial work on standard libraries 2018-11-21 20:59:27 +01:00
BasicMathExpressions.cs Added UserData support 2018-11-19 17:22:25 +01:00
FunctionTests.cs More fixes for scope 2018-11-19 12:49:48 +01:00
IfTests.cs Make LuaTypes internal, and only return the actual values 2018-11-17 12:40:28 +01:00
MathPrecedence.cs Make LuaTypes internal, and only return the actual values 2018-11-17 12:40:28 +01:00
ScopeTests.cs Make LuaTypes internal, and only return the actual values 2018-11-17 12:40:28 +01:00
StringTests.cs Made strings indexable 2018-11-19 13:53:44 +01:00
TableTests.cs Allows for overloaded functions in CSharp to be used, initial work on handling CSHarp operators 2018-11-21 13:08:41 +01:00
UpsilonTests.csproj Properly handle scopes 2018-11-14 16:39:52 +01:00
UserDataDictionaryTests.cs Special UserData types for ILists(includes arrays) and IDictionaries 2018-11-21 14:49:59 +01:00
UserDataListTests.cs Special UserData types for ILists(includes arrays) and IDictionaries 2018-11-21 14:49:59 +01:00
UserDataOperatorTests.cs Handle Unary operator overloading for UserData 2018-11-21 13:54:41 +01:00
UserDataTests.cs Better error handling for setting userdata values 2018-11-21 14:04:43 +01:00