openclonk/tests/aul
Nicolas Hake eda6cc9c7f Aul: Gracefully handle errors in codegen (#1840)
By continuing to generate bytecode even after an error is found, we're
able to find more syntax errors and will also be able to keep the value
stack at the expected height.
2016-11-13 11:07:21 +01:00
..
AulDeathTest.cpp Add test for 57a35bf fix 2016-06-05 13:36:32 +02:00
AulMathTest.cpp Remove a bit of dead code from C4Value 2016-01-24 02:09:13 +01:00
AulPredefinedFunctionTest.cpp Tests: Split test helper functions into Expr/Code/Script evaluators 2016-10-19 13:45:11 +02:00
AulSyntaxTest.cpp Aul: Add AST generation tests 2016-10-20 17:20:55 +02:00
AulSyntaxTestDetail.h Aul: Add AST generation tests 2016-10-20 17:20:55 +02:00
AulTest.cpp Aul: Gracefully handle errors in codegen (#1840) 2016-11-13 11:07:21 +01:00
AulTest.h Tests: Split test helper functions into Expr/Code/Script evaluators 2016-10-19 13:45:11 +02:00
ErrorHandler.h Aul: Split out error handling into a separate class for easier testing 2016-10-19 14:20:41 +02:00