PorygonLang/tests/integration
Deukhoofd 268f6b59fb
Removed LastValue variable, as it can be better emulated with basic return values
2019-07-27 10:51:24 +02:00
..
ConditionalTests.cpp Added namespaces to most classes, general cleanup 2019-06-17 18:35:12 +02:00
DiagnosticsTests.cpp Fixed infinite loop in diagnostics 2019-07-21 12:03:56 +02:00
EqualityOperationsTests.cpp Removed LastValue variable, as it can be better emulated with basic return values 2019-07-27 10:51:24 +02:00
FunctionsTests.cpp Implements support for functions with the same name, but different parameters 2019-06-29 19:59:42 +02:00
IndexTests.cpp Removed LastValue variable, as it can be better emulated with basic return values 2019-07-27 10:51:24 +02:00
LogicalOperationsTests.cpp Removed LastValue variable, as it can be better emulated with basic return values 2019-07-27 10:51:24 +02:00
LoopTests.cpp Implements while loop 2019-06-28 13:28:39 +02:00
NumericalOperationsTests.cpp Removed LastValue variable, as it can be better emulated with basic return values 2019-07-27 10:51:24 +02:00
StringOperationsTests.cpp Removed LastValue variable, as it can be better emulated with basic return values 2019-07-27 10:51:24 +02:00
TablesTests.cpp Initial work on iterators, rework of variable handling by including actual string 2019-06-23 15:58:14 +02:00
UserDataTests.cpp Cleaner way to define userdata templates 2019-06-28 23:38:47 +02:00
VariablesTests.cpp Initial work on iterators, rework of variable handling by including actual string 2019-06-23 15:58:14 +02:00