PorygonLang/src/Evaluator/EvalValues
Deukhoofd 256244eabb
continuous-integration/drone/push Build is passing Details
Fixes for setting to tables not working properly
2019-09-22 15:20:22 +02:00
..
EvalValue.cpp Greatly simplify handling numerical eval values, using std::variant 2019-09-07 10:57:09 +02:00
EvalValue.hpp Fix issues with casting when type is the same. 2019-09-19 14:54:18 +02:00
EvalValueHelper.hpp Greatly simplify handling numerical eval values, using std::variant 2019-09-07 10:57:09 +02:00
NilEvalValue.hpp Allow nil to be set to nullable types 2019-09-22 15:19:58 +02:00
NumericEvalValue.cpp extern C entry point to check if NumericEvalValue is float or int 2019-09-22 13:30:25 +02:00
NumericEvalValue.hpp Require explicit inequality as well as equality operators on evalvalues 2019-09-07 13:28:25 +02:00
ScriptFunctionEvalValue.hpp Require explicit inequality as well as equality operators on evalvalues 2019-09-07 13:28:25 +02:00
StringEvalValue.hpp Support for length unary operator 2019-09-12 18:19:06 +02:00
TableEvalValue.cpp Fixes for setting to tables not working properly 2019-09-22 15:20:22 +02:00
TableEvalValue.hpp Fixes for setting to tables not working properly 2019-09-22 15:20:22 +02:00