run.h 286 B

12345678910
  1. #ifndef AFUN_RUN_H
  2. #define AFUN_RUN_H
  3. #include "aFunCoreExport.h"
  4. #include "tool.h"
  5. #include "code.h"
  6. /* 代码运行工具 */
  7. AFUN_CORE_EXPORT bool iterCode(af_Code *code, af_Environment *env);
  8. AFUN_CORE_EXPORT bool iterDestruct(int deep, af_Environment *env);
  9. #endif //AFUN_RUN_H