run.hpp 245 B

12345678
  1. #ifndef AFUN_RUN_HPP
  2. #define AFUN_RUN_HPP
  3. #include "aFunCoreExport.h"
  4. #include "tool.hpp"
  5. #include "code.hpp"
  6. /* 代码运行 相关操作 */
  7. AFUN_CORE_EXPORT bool iterCode(af_Code *code, int mode, af_Environment *env);
  8. #endif //AFUN_RUN_HPP