PorygonLang/src/Evaluator/EvalValues
Deukhoofd d8c67f2dde
Even better exception handling when we can't index an evalvalue
2019-09-07 13:21:35 +02:00
..
EvalValue.cpp Greatly simplify handling numerical eval values, using std::variant 2019-09-07 10:57:09 +02:00
EvalValue.hpp Even better exception handling when we can't index an evalvalue 2019-09-07 13:21:35 +02:00
EvalValueHelper.hpp Greatly simplify handling numerical eval values, using std::variant 2019-09-07 10:57:09 +02:00
NilEvalValue.hpp Rework of memory handling in Evaluation 2019-07-27 17:59:42 +02:00
NumericEvalValue.cpp Greatly simplify handling numerical eval values, using std::variant 2019-09-07 10:57:09 +02:00
NumericEvalValue.hpp Cleanup of main script type class 2019-09-07 11:16:12 +02:00
NumericalTableEvalValue.cpp Rework of memory handling in Evaluation 2019-07-27 17:59:42 +02:00
NumericalTableEvalValue.hpp Even better exception handling when we can't index an evalvalue 2019-09-07 13:21:35 +02:00
ScriptFunctionEvalValue.hpp Moved ScriptType classes into separate directory 2019-07-28 12:58:38 +02:00
StringEvalValue.hpp Improve performance of cloning StringEvalValue 2019-07-28 12:33:14 +02:00
TableEvalValue.cpp Make a lot of one-liner functions inline 2019-07-04 19:08:13 +02:00
TableEvalValue.hpp Even better exception handling when we can't index an evalvalue 2019-09-07 13:21:35 +02:00