Aer/include
belliash 178f3820f6
All checks were successful
The build was successful.
Enable debugging.
This commit introduces ne debug feature. The PH7 Engine limits the VM dump to the global scope. Since Aer Script is fully object-oriented language the dump option contains only information about last call of OP_DONE. This change,
forces the VM to store all instructions set in a global container when debugging is enabled, thus providing information the dump of whole script parse.
2018-08-26 19:59:17 +02:00
..
compiler.h Block definitions for class and namespace. 2018-08-21 19:35:00 +02:00
ph7.h API function rename. 2018-08-26 19:18:33 +02:00
ph7int.h Enable debugging. 2018-08-26 19:59:17 +02:00