repoFacepunch.ExpressionStringscancel

126 Commits over 1,795 Days - 0.00cph!

6 Years Ago
Serialization support for ParameterCollections
6 Years Ago
Better support for instance method calls
6 Years Ago
Added ParameterCollection.GetType(ident)
6 Years Ago
Fixed a bug with reading parameter values
6 Years Ago
Added failing ParameterCollection test Fixed switching ParameterCollections with the same compiled expression
6 Years Ago
Added string interpolation for ScriptFuncs
6 Years Ago
Added some more json deserialization tests Now supporting constant object values for script funcs in json
6 Years Ago
Fixed failing json tests
6 Years Ago
Better support for using enum values in expressions returning an enum type
6 Years Ago
Added enum tests Fixed expression strings containing only an enum name Fixed enum string coercion
6 Years Ago
Some ParameterCollection finishing touches Added boolean support Added null support
6 Years Ago
Added ParameterCollection.Add(ident, value) Easier way to reset values in a ParameterCollection
6 Years Ago
Added IParameterCollection
6 Years Ago
Fixed a typo in SetFromConstant
6 Years Ago
Added implicit conversion to strings
6 Years Ago
Fixed CanImplicitlyConvert
6 Years Ago
Made CanImplicitlyConvert public
6 Years Ago
Added failing operator overload test Fixed implicit conversions from double to float
6 Years Ago
Targeting an older version of Newtonsoft.Json
6 Years Ago
Added failing test for operator overloads Better support for operator overloads
6 Years Ago
Fixed support for && and ||
7 Years Ago
Added bool ExpressionConverter.AllowCompilation
7 Years Ago
Expression compilation exception now mentions the original string
7 Years Ago
More unary tests
7 Years Ago
Fixed unary parsing
7 Years Ago
Added failing test for negation