Modules/Objects/private/compiler
IlushaShurupov b06e1da529 Add Interpreter tests and improve Parser error logging
A set of tests for the InterpreterObject has been added to enhance its reliability and maintainability. The tests check the essential functionalities such as its creation, execution, saving, loading, and destruction. Furthermore, the error logging for the Parser has been improved, now providing more precise location of detected errors. The changes improve the robustness and debugability of the code.
2023-08-01 18:57:36 +03:00
..
constants.cpp Objects Initial 2023-07-25 08:11:19 +03:00
expression.cpp Objects Compiled 2023-07-31 08:04:14 +03:00
function.cpp Add Interpreter tests and improve Parser error logging 2023-08-01 18:57:36 +03:00
instruction.cpp Objects Compiled 2023-07-31 08:04:14 +03:00
statement.cpp Objects Compiled 2023-07-31 08:04:14 +03:00