Aer/include
Rafal Kupiec cb71daec12
The build was successful. Details
Code inclusion rework that include several changes (#58):
* include() builtin function allows now to include a chunk of code, eg. a body of some loop
 * include() allows to load and execute file several times
 * require() still allows to include file just once and included file must have a valid OOP syntax
 * both functions will throw E_ERROR when impossible to include specified file
2019-11-27 20:07:50 +01:00
..
compiler.h Fix all compiler warnings in AerScript compiler. 2019-06-22 11:59:43 +02:00
ph7.h Code inclusion rework that include several changes (#58): 2019-11-27 20:07:50 +01:00
ph7int.h Completely remove this broken threading implementation. Fixes #55. 2019-10-28 21:35:16 +01:00